We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422e90c commit 7ebd806Copy full SHA for 7ebd806
1 file changed
cfg/windows.cfg
@@ -1331,6 +1331,11 @@
1331
<alloc init="true" arg="11">AllocateAndInitializeSid</alloc>
1332
<dealloc>FreeSid</dealloc>
1333
</memory>
1334
+ <memory>
1335
+ <alloc init="true">_create_locale</alloc>
1336
+ <alloc init="true">_wcreate_locale</alloc>
1337
+ <dealloc>_free_locale</dealloc>
1338
+ </memory>
1339
<!--SIZE_T RtlCompareMemory(
1340
_In_ const VOID *Source1,
1341
_In_ const VOID *Source2,
0 commit comments