Changeset 281 for trunk/dll/grep.c
- Timestamp:
- Dec 8, 2005, 8:44:42 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep.c
r217 r281 14 14 25 May 05 SHL Rework for FillInRecordFromFFB 15 15 06 Jun 05 SHL Drop unused code 16 24 Oct 05 SHL dononefile: do not free EA list twice 16 17 17 18 ***********************************************************************/ … … 759 760 grep->matched, 760 761 !grep->findifany)) { 761 Free_FEAList(head);762 762 strmatch = TRUE; 763 763 } … … 781 781 grep->matched, 782 782 !grep->findifany)) { 783 Free_FEAList(head);784 783 strmatch = TRUE; 785 784 break; … … 832 831 grep->matched, 833 832 !grep->findifany)) { 834 Free_FEAList(head);835 833 strmatch = TRUE; 836 834 break; … … 851 849 } 852 850 info = info->next; 853 } 851 } // while 854 852 Free_FEAList(head); 855 853 DosSleep(1L);
Note:
See TracChangeset
for help on using the changeset viewer.