summaryrefslogtreecommitdiff
path: root/init/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1998-05-12 17:14:28 +0000
committerThomas Bushnell <thomas@gnu.org>1998-05-12 17:14:28 +0000
commit56b1e0c3869ff369f59ae08ef30a9cf9322707e1 (patch)
treebfa48d0b60c5e1ad097750cf0d9dc39740acc177 /init/ChangeLog
parent248ff8ab4e0849e3ebf6276f0fb05e17eea8fbed (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/ChangeLog6
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.