Index: trunk/Ohana/src/opihi/lib.shell/startup.c
===================================================================
--- trunk/Ohana/src/opihi/lib.shell/startup.c	(revision 2800)
+++ trunk/Ohana/src/opihi/lib.shell/startup.c	(revision 3418)
@@ -112,7 +112,5 @@
       sprintf (line, "input %s/%s", home, rcfile);
       status = command (line, &outline);
-      if (outline != (char *) NULL) 
-	free (outline);
-      free (home);
+      if (outline != (char *) NULL) free (outline);
     }
       
