Changeset 1039 for trunk/dll/makelist.c
- Timestamp:
- Jul 6, 2008, 12:16:21 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/makelist.c
r1038 r1039 75 75 if (li->list) 76 76 FreeList(li->list); 77 xfree(li, pszSrcFile, __LINE__);77 free(li); 78 78 # ifdef FORTIFY 79 79 //Fortify_LeaveScope(); … … 96 96 _heap_check(); 97 97 #endif 98 xfree(list, pszSrcFile, __LINE__);98 free(list); 99 99 # ifdef FORTIFY 100 100 //Fortify_LeaveScope();
Note:
See TracChangeset
for help on using the changeset viewer.