Index: trunk/psphot/src/pmPSF.c
===================================================================
--- trunk/psphot/src/pmPSF.c	(revision 4977)
+++ trunk/psphot/src/pmPSF.c	(revision 5058)
@@ -24,6 +24,9 @@
     pmPSF *psf = (pmPSF *) psAlloc(sizeof(pmPSF));
 
-    psf->type = type;
-    psf->chisq = 0.0;
+    psf->type     = type;
+    psf->chisq    = 0.0;
+    psf->ApResid  = 0.0;
+    psf->dApResid = 0.0;
+    psf->skyBias  = 0.0;
 
     Nparams = pmModelParameterCount (type);
