Index: trunk/psphot/src/psphotSourceFits.c
===================================================================
--- trunk/psphot/src/psphotSourceFits.c	(revision 32695)
+++ trunk/psphot/src/psphotSourceFits.c	(revision 32744)
@@ -531,4 +531,5 @@
     if (TIMING) { t1 = psTimerMark ("psphotFitPCM"); }
 
+    // NOTE : 65 allocs to here
     // get the guess for sersic models 
     if (modelType == pmModelClassGetType("PS_MODEL_SERSIC")) {
@@ -560,5 +561,5 @@
 
     // psTraceSetLevel("psLib.math.psMinimizeLMChi2", 5);
-    pmSourceFitPCM (pcm, source, &options, maskVal, markVal, psfSize);
+    pmSourceFitPCM (pcm, source, &options, maskVal, markVal, psfSize);  // NOTE : 1687 allocs in here
     if (TIMING) { t5 = psTimerMark ("psphotFitPCM"); }
 
