Index: /branches/eam_branches/ohana.20160226/src/relastro/src/assign_images.c
===================================================================
--- /branches/eam_branches/ohana.20160226/src/relastro/src/assign_images.c	(revision 39450)
+++ /branches/eam_branches/ohana.20160226/src/relastro/src/assign_images.c	(revision 39451)
@@ -156,4 +156,5 @@
 
     // this is a bit memory expensive : I am making a complete copy of the image table here
+    // XXX is adding an image, can we just add a pointer?
     off_t Nsubset = host->Nimage;
     host->image[Nsubset] = image[j];
@@ -168,4 +169,6 @@
 
     // save the astrometry maps, where they exist
+    // here we are adding an AstromOffsetTable, but the data are only pointers
+    // we should NOT free this table with AstromOffsetTableFree()
     if (image[j].coords.offsetMap) {
       if (!host->astromTable) {
Index: /branches/eam_branches/ohana.20160226/src/relastro/test/run.relastro.par.reg
===================================================================
--- /branches/eam_branches/ohana.20160226/src/relastro/test/run.relastro.par.reg	(revision 39450)
+++ /branches/eam_branches/ohana.20160226/src/relastro/test/run.relastro.par.reg	(revision 39451)
@@ -1,5 +1,5 @@
 #!/bin/csh -f
 
-set REALRUN = 1
+set REALRUN = 0
 
 if ($REALRUN) then
