Changeset 281 for trunk/dll/grep.c


Ignore:
Timestamp:
Dec 8, 2005, 8:44:42 AM (20 years ago)
Author:
root
Message:

dononefile: do not free EA list twice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/grep.c

    r217 r281  
    1414  25 May 05 SHL Rework for FillInRecordFromFFB
    1515  06 Jun 05 SHL Drop unused code
     16  24 Oct 05 SHL dononefile: do not free EA list twice
    1617
    1718***********************************************************************/
     
    759760                     grep->matched,
    760761                     !grep->findifany)) {
    761               Free_FEAList(head);
    762762              strmatch = TRUE;
    763763            }
     
    781781                         grep->matched,
    782782                         !grep->findifany)) {
    783                   Free_FEAList(head);
    784783                  strmatch = TRUE;
    785784                  break;
     
    832831                         grep->matched,
    833832                         !grep->findifany)) {
    834                   Free_FEAList(head);
    835833                  strmatch = TRUE;
    836834                  break;
     
    851849        }
    852850        info = info->next;
    853       }
     851      } // while
    854852      Free_FEAList(head);
    855853      DosSleep(1L);
Note: See TracChangeset for help on using the changeset viewer.