Changeset 25787 for branches/pap/ppStack/src/ppStackOptions.c
- Timestamp:
- Oct 6, 2009, 11:42:05 AM (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
r23573 r25787 26 26 psFree(options->covariances); 27 27 psFree(options->outRO); 28 psFree(options->unconvRO); 28 29 psFree(options->inspect); 29 30 psFree(options->rejected); … … 56 57 options->covariances = NULL; 57 58 options->outRO = NULL; 59 options->unconvRO = NULL; 58 60 options->inspect = NULL; 59 61 options->rejected = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
