Index: /trunk/Ohana/src/relastro/src/high_speed_objects.c
===================================================================
--- /trunk/Ohana/src/relastro/src/high_speed_objects.c	(revision 28206)
+++ /trunk/Ohana/src/relastro/src/high_speed_objects.c	(revision 28207)
@@ -282,4 +282,12 @@
   }
   fprintf (stderr, "found %d matches\n", Nmatch);
+  
+  free (slowMoving);
+  free (groupA);
+  free (groupB);
+  free (X1);
+  free (Y1);
+  free (N1);
+
   return TRUE;
 }
