Changeset 36855 for trunk/ppStack/src/ppStackOptions.c
- Timestamp:
- Jun 12, 2014, 11:52:06 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackOptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackOptions.c
r35167 r36855 19 19 psFree(options->inputMask); 20 20 psFree(options->sourceLists); 21 psFree(options->bscaleOffset); 21 22 psFree(options->norm); 22 23 psFree(options->sources); … … 65 66 options->inputMask = NULL; 66 67 options->sourceLists = NULL; 68 options->bscaleOffset = NULL; 67 69 options->norm = NULL; 68 70 options->sources = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
