Index: /trunk/psphot/src/psphotFindPeaks.c
===================================================================
--- /trunk/psphot/src/psphotFindPeaks.c	(revision 6319)
+++ /trunk/psphot/src/psphotFindPeaks.c	(revision 6320)
@@ -1,4 +1,5 @@
 # include "psphot.h"
 
+// 2006.02.02 : no leaks
 psArray *psphotFindPeaks (pmReadout *readout, psMetadata *config, psStats *sky) {
 
@@ -54,3 +55,3 @@
 // In this function, we smooth the image, then search for the peaks 
 // Should we also subtract a super-binned image? (as an option?)
-// We need to gracefully handle no source detections
+// XXX : We need to gracefully handle no source detections
Index: /trunk/psphot/src/psphotImageStats.c
===================================================================
--- /trunk/psphot/src/psphotImageStats.c	(revision 6319)
+++ /trunk/psphot/src/psphotImageStats.c	(revision 6320)
@@ -1,4 +1,5 @@
 # include "psphot.h"
 
+// 2006.02.02 : no leaks
 psStats *psphotImageStats (pmReadout *readout, psMetadata *config) 
 { 
Index: /trunk/psphot/src/psphotRoughClass.c
===================================================================
--- /trunk/psphot/src/psphotRoughClass.c	(revision 6319)
+++ /trunk/psphot/src/psphotRoughClass.c	(revision 6320)
@@ -1,4 +1,5 @@
 # include "psphot.h"
 
+// 2006.02.02 : no leaks
 bool psphotRoughClass (psArray *sources, psMetadata *config) {
 
@@ -6,5 +7,4 @@
     pmPSFClump   psfClump;
 
-    // XXX - this has 1 leak
     psfClump = pmSourcePSFClump (sources, config);
 
Index: /trunk/psphot/src/psphotSourceStats.c
===================================================================
--- /trunk/psphot/src/psphotSourceStats.c	(revision 6319)
+++ /trunk/psphot/src/psphotSourceStats.c	(revision 6320)
@@ -1,4 +1,5 @@
 # include "psphot.h"
 
+// 2006.02.02 : no leaks
 psArray *psphotSourceStats (pmReadout *readout, psMetadata *config, psArray *peaks) 
 {
