Index: /branches/eam_branches/20091201/psModules/src/objects/pmDetections.c
===================================================================
--- /branches/eam_branches/20091201/psModules/src/objects/pmDetections.c	(revision 26631)
+++ /branches/eam_branches/20091201/psModules/src/objects/pmDetections.c	(revision 26632)
@@ -26,4 +26,5 @@
   psFree (detections->peaks);
   psFree (detections->oldPeaks);
+  psFree (detections->oldFootprints);
   return;
 }
@@ -35,8 +36,9 @@
     psMemSetDeallocator(detections, (psFreeFunc) pmDetectionsFree);
 
-    detections->footprints = NULL;
-    detections->peaks      = NULL;
-    detections->oldPeaks   = NULL;
-    detections->last       = 0;
+    detections->footprints    = NULL;
+    detections->peaks         = NULL;
+    detections->oldPeaks      = NULL;
+    detections->oldFootprints = NULL;
+    detections->last          = 0;
 
     return (detections);
