Index: trunk/Ohana/src/getstar/src/dvoImagesAtCoords.c
===================================================================
--- trunk/Ohana/src/getstar/src/dvoImagesAtCoords.c	(revision 31669)
+++ trunk/Ohana/src/getstar/src/dvoImagesAtCoords.c	(revision 32974)
@@ -158,5 +158,7 @@
         }
         if  (copy) {
-            free(copy);
+            // XXX: Temporarily leak this copy. free gets redirected to
+            // ohana_free but strdup didn't allocate the memory
+            // free(copy);
         }
     }
