Changeset 1039 for trunk/dll/grep2.c
- Timestamp:
- Jul 6, 2008, 12:16:21 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep2.c
r1029 r1039 825 825 DosBeep(50, 100); 826 826 WinSetFocus(HWND_DESKTOP, WinWindowFromID(hwnd, GREP_MASK)); 827 xfree(p, pszSrcFile, __LINE__);827 free(p); 828 828 # ifdef FORTIFY 829 829 Fortify_LeaveScope(); … … 927 927 Runtime_Error(pszSrcFile, __LINE__, 928 928 GetPString(IDS_COULDNTSTARTTHREADTEXT)); 929 xfree(p, pszSrcFile, __LINE__);929 free(p); 930 930 # ifdef FORTIFY 931 931 Fortify_LeaveScope(); … … 935 935 } 936 936 DosSleep(100); //05 Aug 07 GKY 128 937 xfree(p, pszSrcFile, __LINE__);937 free(p); 938 938 # ifdef FORTIFY 939 939 Fortify_LeaveScope();
Note:
See TracChangeset
for help on using the changeset viewer.