From 45914466c24488167f0711371691b186620b7f05 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Mon, 26 May 2025 17:06:58 +0200 Subject: [PATCH] [utils,helpers] add missing WINPR_ATTR_MALLOC --- include/freerdp/utils/helpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/freerdp/utils/helpers.h b/include/freerdp/utils/helpers.h index c0c3d1898..5f5b8d2f7 100644 --- a/include/freerdp/utils/helpers.h +++ b/include/freerdp/utils/helpers.h @@ -36,4 +36,5 @@ * * @since version 3.9.0 */ +WINPR_ATTR_MALLOC(free, 1) FREERDP_API char* freerdp_GetConfigFilePath(BOOL system, const char* filename);