Changeset 90c027 for pcp/src/helpers.c


Ignore:
Timestamp:
Apr 22, 2008, 8:45:00 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
88e890
Parents:
f5586e
Message:

forgot to Free(OutVisStep) array

OutVisStep is now an integer array for all levels, not a single integer anymore, thus has to be free'd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/helpers.c

    rf5586e r90c027  
    315315    Free(P->Files.PosTemp, "RemoveEverything: P->Files.PosTemp");
    316316    Free(P->Files.OutputPosType, "RemoveEverything: P->Files.OutputPosType");
    317     //Free(P->Files.OutVisStep, "RemoveEverything: P->Files.OutVisStep");
     317    Free(P->Files.OutVisStep, "RemoveEverything: P->Files.OutVisStep");
    318318  }
    319319  Free(P->Files.mainname, "RemoveEverything: P->Files.mainname");
Note: See TracChangeset for help on using the changeset viewer.