Skip to content

Commit 7ebd806

Browse files
committed
fix
1 parent 422e90c commit 7ebd806

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cfg/windows.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,6 +1331,11 @@
13311331
<alloc init="true" arg="11">AllocateAndInitializeSid</alloc>
13321332
<dealloc>FreeSid</dealloc>
13331333
</memory>
1334+
<memory>
1335+
<alloc init="true">_create_locale</alloc>
1336+
<alloc init="true">_wcreate_locale</alloc>
1337+
<dealloc>_free_locale</dealloc>
1338+
</memory>
13341339
<!--SIZE_T RtlCompareMemory(
13351340
_In_ const VOID *Source1,
13361341
_In_ const VOID *Source2,

0 commit comments

Comments
 (0)