Changeset 1009 for trunk/dll/subj.c
- Timestamp:
- May 10, 2008, 9:51:58 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/subj.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/subj.c
r985 r1009 57 57 pfealist = xmallocz(1024, pszSrcFile, __LINE__); 58 58 if (pfealist) 59 xfree(pgealist );59 xfree(pgealist, pszSrcFile, __LINE__); 60 60 else { 61 61 pfealist->cbList = 1024; … … 65 65 rc = DosQueryPathInfo(filename, FIL_QUERYEASFROMLIST, 66 66 (PVOID) & eaop, (ULONG) sizeof(EAOP2)); 67 xfree(pgealist );67 xfree(pgealist, pszSrcFile, __LINE__); 68 68 if (!rc) { 69 69 pfea = &eaop.fpFEA2List->list[0]; … … 74 74 subject[1023] = 0; 75 75 } 76 xfree(pfealist );76 xfree(pfealist, pszSrcFile, __LINE__); 77 77 if (rc == ERROR_SHARING_VIOLATION || rc == ERROR_ACCESS_DENIED) { 78 78 saymsg(MB_CANCEL,
Note:
See TracChangeset
for help on using the changeset viewer.
