Index: /trunk/psphot/src/psphotSourceStats.c
===================================================================
--- /trunk/psphot/src/psphotSourceStats.c	(revision 35111)
+++ /trunk/psphot/src/psphotSourceStats.c	(revision 35112)
@@ -529,7 +529,7 @@
     psVector  *sigmavec = psMetadataLookupPtr (&status, recipe, "PSF.SIGMA.VALUES"); 
 
-    float sigma[NSIGMA];
-    float Sout[NSIGMA];
-    float Rmin[NSIGMA];
+    float sigma[NSIGMA] = {0,0,0,0,0,0,0};
+    float Sout[NSIGMA] = {0,0,0,0,0,0,0};
+    float Rmin[NSIGMA] = {0,0,0,0,0,0,0};
     int   Nout[NSIGMA]; // number of stars found in clump : use this to control the number of regions measured by psphotRoughClass
 
