Changeset 1039 for trunk/dll/presparm.c
- Timestamp:
- Jul 6, 2008, 12:16:21 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/presparm.c
r1009 r1039 23 23 24 24 #include "fm3dll.h" 25 #include "fortify.h" 25 26 26 27 // static PSZ pszSrcFile = __FILE__; … … 308 309 appname, tagname, ppresparams, ppresparams->cb + 4); 309 310 310 xfree(ppresparams, pszSrcFile, __LINE__);311 free(ppresparams); 311 312 } 312 313
Note:
See TracChangeset
for help on using the changeset viewer.