- Timestamp:
- May 11, 2010, 5:39:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psModules.20100506/src/objects/pmSource.c
r27657 r27924 54 54 psFree(tmp->moments); 55 55 psFree(tmp->diffStats); 56 psFree(tmp->radial); 56 57 psFree(tmp->blends); 57 58 psTrace("psModules.objects", 10, "---- end ----\n"); … … 116 117 source->extpars = NULL; 117 118 source->diffStats = NULL; 119 source->radial = NULL; 118 120 119 121 source->region = psRegionSet(NAN, NAN, NAN, NAN);
Note:
See TracChangeset
for help on using the changeset viewer.
