Index: /trunk/psModules/src/imcombine/pmSubtraction.c
===================================================================
--- /trunk/psModules/src/imcombine/pmSubtraction.c	(revision 14623)
+++ /trunk/psModules/src/imcombine/pmSubtraction.c	(revision 14624)
@@ -4,6 +4,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-08-23 01:59:31 $
+ *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-08-23 02:00:29 $
  *
  *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
@@ -1064,4 +1064,5 @@
 
     // Convolve the image with the kernel --- we're basically applying a matched filter and then thresholding
+    psImage *convolved = NULL;          // Convolved image
     psPixels *out = NULL;               // List of pixels that should be masked
     for (int i = 0; i < numRegions; i++) {
