windows.cfg: Remove buffer-size for HeapAlloc(); travis problems.

There is an internal error somewhere in the tests for the Heap*
functions. Removing the attribute maybe makes travis happy again for
now. The problem should get fixed though.
This commit is contained in:
versat 2019-03-22 16:19:51 +01:00
parent 0d14bdac22
commit e8d5838424
1 changed files with 1 additions and 1 deletions

View File

@ -1165,7 +1165,7 @@
<dealloc>ExFreePoolWithTag</dealloc>
</memory>
<memory>
<alloc buffer-size="malloc:3">HeapAlloc</alloc>
<alloc>HeapAlloc</alloc>
<alloc>HeapReAlloc</alloc>
<dealloc arg="3">HeapFree</dealloc>
</memory>