Merge pull request #11633 from akallabeth/attr

[utils,helpers] add missing WINPR_ATTR_MALLOC
This commit is contained in:
akallabeth
2025-05-26 17:08:08 +02:00
committed by GitHub

View File

@@ -36,4 +36,5 @@
*
* @since version 3.9.0
*/
WINPR_ATTR_MALLOC(free, 1)
FREERDP_API char* freerdp_GetConfigFilePath(BOOL system, const char* filename);