Merge pull request #638 from pepsiman/freopen

freopen does not allocate
This commit is contained in:
Daniel Marjamäki 2015-08-11 14:29:39 +02:00
commit 8d79b9595e
1 changed files with 0 additions and 1 deletions

View File

@ -4407,7 +4407,6 @@
<dealloc>fclose</dealloc>
<alloc init="true">fopen</alloc>
<alloc init="true">tmpfile</alloc>
<alloc init="true">freopen</alloc>
</resource>
<!-- char * strcat(char *deststr, const char *srcstr); -->
<function name="strcat">