- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/psModules/src/objects/pmDetections.c
r23487 r27840 26 26 psFree (detections->peaks); 27 27 psFree (detections->oldPeaks); 28 psFree (detections->oldFootprints); 29 30 psFree (detections->newSources); 31 psFree (detections->allSources); 28 32 return; 29 33 } … … 35 39 psMemSetDeallocator(detections, (psFreeFunc) pmDetectionsFree); 36 40 37 detections->footprints = NULL; 38 detections->peaks = NULL; 39 detections->oldPeaks = NULL; 40 detections->last = 0; 41 detections->footprints = NULL; 42 detections->peaks = NULL; 43 detections->oldPeaks = NULL; 44 detections->oldFootprints = NULL; 45 detections->newSources = NULL; 46 detections->allSources = NULL; 47 detections->last = 0; 41 48 42 49 return (detections);
Note:
See TracChangeset
for help on using the changeset viewer.
