Index: trunk/ppImage/src/ppFocus.c
===================================================================
--- trunk/ppImage/src/ppFocus.c	(revision 7749)
+++ trunk/ppImage/src/ppFocus.c	(revision 7757)
@@ -40,4 +40,5 @@
 	// Image Arithmetic Loop
 	// XXX ppFocus REQUIRES photom: for it to be true?
+	// 
 	if (!ppImageLoop(config, options)) {
 	    psErrorStackPrint(stderr, "");
@@ -58,4 +59,6 @@
 
     // Cleaning up
+    psFree (focus);
+    psFree (fwhm);
     ppImageCleanup(config, NULL);
     return EXIT_SUCCESS;
