Index: /trunk/Ohana/src/addstar/src/addstar.c
===================================================================
--- /trunk/Ohana/src/addstar/src/addstar.c	(revision 7965)
+++ /trunk/Ohana/src/addstar/src/addstar.c	(revision 7966)
@@ -141,4 +141,6 @@
     }
     free (catalog.filename);
+
+    if (options.mode == M_REFCAT) free (stars);
   }
 
Index: /trunk/Ohana/src/addstar/src/gettycho.c
===================================================================
--- /trunk/Ohana/src/addstar/src/gettycho.c	(revision 7965)
+++ /trunk/Ohana/src/addstar/src/gettycho.c	(revision 7966)
@@ -121,4 +121,7 @@
   fclose (f);
 
+  SkyListFree (skylist, FALSE);
+
+  free (buffer);
   REALLOCATE (stars, Stars, MAX (1, Ntycho));
 
