Changeset 1039 for trunk/dll/saveclip.c
- Timestamp:
- Jul 6, 2008, 12:16:21 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/saveclip.c
r1009 r1039 39 39 #include "strutil.h" // GetPString 40 40 #include "fm3dll.h" 41 #include "fortify.h" 41 42 42 43 static PSZ pszSrcFile = __FILE__; … … 187 188 p = strchr(pp, '\n'); 188 189 } 189 xfree(text, pszSrcFile, __LINE__);190 free(text); 190 191 } 191 192 } … … 840 841 subject[1023] = 0; 841 842 } 842 xfree(pfealist, pszSrcFile, __LINE__);843 free(pfealist); 843 844 } 844 xfree(pgealist, pszSrcFile, __LINE__);845 free(pgealist); 845 846 } 846 847 } … … 883 884 longname[CCHMAXPATHCOMP - 1] = 0; 884 885 } 885 xfree(pfealist, pszSrcFile, __LINE__);886 free(pfealist); 886 887 } 887 xfree(pgealist, pszSrcFile, __LINE__);888 free(pgealist); 888 889 } 889 890 }
Note:
See TracChangeset
for help on using the changeset viewer.