Changeset 16446 for trunk/Ohana/src/opihi/lib.shell/startup.c
- Timestamp:
- Feb 13, 2008, 3:28:20 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/startup.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/startup.c
r15008 r16446 66 66 read_history (opihi_history); 67 67 } 68 if (opihi_history) free (opihi_history); 68 69 } 69 70 … … 126 127 status = command (line, &outline, TRUE); 127 128 if (outline != (char *) NULL) free (outline); 129 if (rcfile) free (rcfile); 128 130 } 129 131
Note:
See TracChangeset
for help on using the changeset viewer.
