Changeset 25824 for branches/pap/ppStack/src/ppStackOptions.c
- Timestamp:
- Oct 9, 2009, 2:34:51 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/ppStack/src/ppStackOptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppStack/src/ppStackOptions.c
r25788 r25824 13 13 } 14 14 psFree(options->origImages); 15 psFree(options->origMasks); 16 psFree(options->origVariances); 15 17 psFree(options->convImages); 16 18 psFree(options->convMasks); … … 42 44 options->statsFile = NULL; 43 45 options->origImages = NULL; 46 options->origMasks = NULL; 47 options->origVariances = NULL; 44 48 options->convImages = NULL; 45 49 options->convMasks = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
