13 Jan
2023
13 Jan
'23
7:34 a.m.
SchRpcEnumFolders names are allocated with malloc, and later freed in __finally_ITaskSchedulerService_SchRpcEnumFolders using MIDL_user_free.
FWIW, in other places we use MIDL_user_alloc() in the stub function, to avoid mismatches like these. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1954#note_20843