Changeset 1009 for trunk/dll/pathutil.c
- Timestamp:
- May 10, 2008, 9:51:58 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/pathutil.c
r989 r1009 132 132 szArgs = xmalloc(MaxComLineStrg, pszSrcFile, __LINE__); 133 133 if (!szArgs) { 134 xfree(szCmdLine );134 xfree(szCmdLine, pszSrcFile, __LINE__); 135 135 return pszCmdLine_; //already complained 136 136 } … … 333 333 } 334 334 } 335 xfree(szArgs );336 xfree(szCmdLine );335 xfree(szArgs, pszSrcFile, __LINE__); 336 xfree(szCmdLine, pszSrcFile, __LINE__); 337 337 return pszWorkBuf; 338 338 }
Note:
See TracChangeset
for help on using the changeset viewer.