Changeset 1039 for trunk/dll/update.c
- Timestamp:
- Jul 6, 2008, 12:16:21 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/update.c
r1017 r1039 36 36 #include "dircnrs.h" 37 37 #include "fm3dll.h" 38 #include "fortify.h" 38 39 39 40 static PSZ pszSrcFile = __FILE__; … … 643 644 PostMsg(hwndCnr, UM_RESCAN, MPVOID, MPVOID); 644 645 if (pciList) { 645 xfree(pciList, pszSrcFile, __LINE__);646 free(pciList); 646 647 DosPostEventSem(CompactSem); 647 648 }
Note:
See TracChangeset
for help on using the changeset viewer.