Index: /branches/eam_branches/ipp-20140904/Ohana/src/libdvo/src/AstromOffsetMapUtils.c
===================================================================
--- /branches/eam_branches/ipp-20140904/Ohana/src/libdvo/src/AstromOffsetMapUtils.c	(revision 37704)
+++ /branches/eam_branches/ipp-20140904/Ohana/src/libdvo/src/AstromOffsetMapUtils.c	(revision 37705)
@@ -159,7 +159,8 @@
       free (table->map[i][0].dYv[j]);
     }
-    FREE (table->map[i]);
+    if (!table->map[i]) continue;
     FREE (table->map[i][0].dXv);
     FREE (table->map[i][0].dYv);
+    FREE (table->map[i]);
   }
   FREE (table->imageIDtoTableSeq);
