Changeset 6319 for trunk/psphot/src/psphotBasicDeblend.c
- Timestamp:
- Feb 3, 2006, 8:48:32 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotBasicDeblend.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotBasicDeblend.c
r5993 r6319 1 1 # include "psphot.h" 2 2 3 // 2006.02.02 : no leaks? (creates source->blend entries) 4 // XXX if I free sources, I still have 54 leaks? 3 5 bool psphotBasicDeblend (psArray *sources, psMetadata *config, psStats *sky) { 4 6 … … 109 111 } 110 112 } 113 psFree (contour); 111 114 } 112 115 } … … 116 119 if (!strcasecmp (breakPt, "DEBLEND")) exit (0); 117 120 121 psFree (SN); 122 psFree (index); 123 psFree (overlap); 124 118 125 return true; 119 126 }
Note:
See TracChangeset
for help on using the changeset viewer.
