Fixed #3145 (False negative: no memory leak warning - return value of realloc(NULL,) ignored)

This commit is contained in:
Alexander Mai 2014-03-16 10:15:14 +01:00 committed by Daniel Marjamäki
parent 8c3f2c2ad9
commit 2a2e634662
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<alloc init="true">calloc</alloc>
<alloc init="true">strdup</alloc>
<alloc init="true">strndup</alloc>
<alloc init="true">realloc</alloc>
</memory>
<resource>