Changeset 32347 for trunk/psModules/src/objects/pmPeaks.c
- Timestamp:
- Sep 6, 2011, 1:02:53 PM (15 years ago)
- Location:
- trunk/psModules/src/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects
- Property svn:ignore
-
old new 5 5 *.la 6 6 *.lo 7 pmSourceIO_CMF_PS1_V1.c 8 pmSourceIO_CMF_PS1_V2.c 9 pmSourceIO_CMF_PS1_V3.c
-
- Property svn:ignore
-
trunk/psModules/src/objects/pmPeaks.c
r31451 r32347 137 137 *****************************************************************************/ 138 138 static void peakFree(pmPeak *tmp) 139 {} // 139 { 140 if (!tmp) return; 141 psFree (tmp->saddlePoints); 142 return; 143 } 140 144 141 145 pmPeak *pmPeakAlloc(psS32 x, … … 162 166 tmp->type = type; 163 167 tmp->footprint = NULL; 168 tmp->saddlePoints = NULL; 164 169 165 170 psMemSetDeallocator(tmp, (psFreeFunc) peakFree);
Note:
See TracChangeset
for help on using the changeset viewer.
