Index: trunk/pswarp/src/pswarpTransformReadout.c
===================================================================
--- trunk/pswarp/src/pswarpTransformReadout.c	(revision 10957)
+++ trunk/pswarp/src/pswarpTransformReadout.c	(revision 10958)
@@ -55,4 +55,11 @@
 	}
     }
+
+    psFree (inPix);
+    psFree (outPix);
+    psFree (FP);
+    psFree (TP);
+    psFree (sky);
+
     return true;
 }
