- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psModules (modified) (1 prop)
-
psModules/src/objects (modified) (1 prop)
-
psModules/src/objects/pmPeaks.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psModules
- Property svn:mergeinfo set to
-
branches/meh_branches/ppstack_test/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 10 pmSourceIO_CMF_PS1_V4.c 11 pmSourceIO_CMF_PS1_V3.v1.c 12 pmSourceIO_CMF_PS1_V1.v1.c 13 pmSourceIO_CMF_PS1_V2.v1.c 14
-
- Property svn:ignore
-
branches/meh_branches/ppstack_test/psModules/src/objects/pmPeaks.c
r31451 r33415 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); … … 185 190 out->assigned = in->assigned; 186 191 out->type = in->type; 192 out->footprint = in->footprint; 187 193 188 194 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
