Changeset 1063 for trunk/dll/grep2.c
- Timestamp:
- Jul 11, 2008, 5:33:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep2.c
r1047 r1063 825 825 WinSetFocus(HWND_DESKTOP, WinWindowFromID(hwnd, GREP_MASK)); 826 826 free(p); 827 # ifdef FORTIFY828 Fortify_LeaveScope();829 # endif827 # ifdef FORTIFY 828 Fortify_LeaveScope(); 829 # endif 830 830 break; 831 831 } … … 927 927 GetPString(IDS_COULDNTSTARTTHREADTEXT)); 928 928 free(p); 929 # ifdef FORTIFY930 Fortify_LeaveScope();931 # endif929 # ifdef FORTIFY 930 Fortify_LeaveScope(); 931 # endif 932 932 WinDismissDlg(hwnd, 0); 933 933 break; … … 935 935 DosSleep(100); //05 Aug 07 GKY 128 936 936 free(p); 937 # ifdef FORTIFY938 Fortify_LeaveScope();939 # endif937 # ifdef FORTIFY 938 Fortify_LeaveScope(); 939 # endif 940 940 } 941 941 if (changed) {
Note:
See TracChangeset
for help on using the changeset viewer.