Index: trunk/psastro/src/psastroAstromGuess.c
===================================================================
--- trunk/psastro/src/psastroAstromGuess.c	(revision 9574)
+++ trunk/psastro/src/psastroAstromGuess.c	(revision 9627)
@@ -80,5 +80,5 @@
                     p_psDeproject (raw->sky, raw->TP, fpa->projection);
 
-		    if ((i < 10) && (psTraceGetLevel("psastro.guess") > 5)) {
+		    if ((i < 10) && (psTraceGetLevel("psastro") > 5)) {
                         fprintf (stderr, "up: %f,%f -> %f,%f -> %f,%f -> %f,%f\n",
                                  raw->chip->x, raw->chip->y,
@@ -100,4 +100,8 @@
                                  tp->x, tp->y,
                                  raw->sky->r, raw->sky->d);
+
+			psFree (fp);
+			psFree (tp);
+			psFree (ch);
                     }
 
