- Timestamp:
- Jan 19, 2010, 3:03:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psModules/src/objects/pmDetections.c
r23487 r26632 26 26 psFree (detections->peaks); 27 27 psFree (detections->oldPeaks); 28 psFree (detections->oldFootprints); 28 29 return; 29 30 } … … 35 36 psMemSetDeallocator(detections, (psFreeFunc) pmDetectionsFree); 36 37 37 detections->footprints = NULL; 38 detections->peaks = NULL; 39 detections->oldPeaks = NULL; 40 detections->last = 0; 38 detections->footprints = NULL; 39 detections->peaks = NULL; 40 detections->oldPeaks = NULL; 41 detections->oldFootprints = NULL; 42 detections->last = 0; 41 43 42 44 return (detections);
Note:
See TracChangeset
for help on using the changeset viewer.
