diff options
author | Thomas Bushnell <thomas@gnu.org> | 1998-05-12 17:14:28 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1998-05-12 17:14:28 +0000 |
commit | 56b1e0c3869ff369f59ae08ef30a9cf9322707e1 (patch) | |
tree | bfa48d0b60c5e1ad097750cf0d9dc39740acc177 /init/ChangeLog | |
parent | 248ff8ab4e0849e3ebf6276f0fb05e17eea8fbed (diff) |
Tue May 12 12:03:38 1998 Thomas Bushnell, n/BSG <tb@mit.edu>
* init.c (setup_terminal): Free LINE after done using it.
(process_rc_script): Likewise free RCARGS.
Both reported by Katusya Tanaka (wyvern@pb3.so-net.ne.jp).
Diffstat (limited to 'init/ChangeLog')
-rw-r--r-- | init/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/init/ChangeLog b/init/ChangeLog index 2c9feffa..d8f6122e 100644 --- a/init/ChangeLog +++ b/init/ChangeLog @@ -1,3 +1,9 @@ +Tue May 12 12:03:38 1998 Thomas Bushnell, n/BSG <tb@mit.edu> + + * init.c (setup_terminal): Free LINE after done using it. + (process_rc_script): Likewise free RCARGS. + Both reported by Katusya Tanaka (wyvern@pb3.so-net.ne.jp). + 1997-06-30 Miles Bader <miles@gnu.ai.mit.edu> * init.c (bootstrap_args): Initialize to 0. |