Index: trunk/Ohana/src/opihi/lib.shell/startup.c
===================================================================
--- trunk/Ohana/src/opihi/lib.shell/startup.c	(revision 15008)
+++ trunk/Ohana/src/opihi/lib.shell/startup.c	(revision 16446)
@@ -66,4 +66,5 @@
       read_history (opihi_history);
     }
+    if (opihi_history) free (opihi_history);
   }
 
@@ -126,4 +127,5 @@
       status = command (line, &outline, TRUE);
       if (outline != (char *) NULL) free (outline);
+      if (rcfile) free (rcfile);
     }
       
