diff options
author | Jeff Law <law@redhat.com> | 1996-09-30 17:16:35 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-09-30 17:16:35 +0000 |
commit | e20c36baa7a156bf6d299f471142c350288e30d7 (patch) | |
tree | 49d918c404f1b6a7768e40232dea876a311b8b4b /gdb/ChangeLog | |
parent | a98ddff362474cb4c9d824490c103a0bf6a535ea (diff) | |
download | gdb-e20c36baa7a156bf6d299f471142c350288e30d7.zip gdb-e20c36baa7a156bf6d299f471142c350288e30d7.tar.gz gdb-e20c36baa7a156bf6d299f471142c350288e30d7.tar.bz2 |
* top.c (execute_control_command): Free values from while_control
and if_control conditions after evaluation to avoid storage leaks.
From Peter Schauer.
Fixes 10442.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4d5434d..e567db8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Mon Sep 30 11:16:34 1996 Jeffrey A Law (law@cygnus.com) + + * top.c (execute_control_command): Free values from while_control + and if_control conditions after evaluation to avoid storage leaks. + From Peter Schauer. + start-sanitize-v850 Fri Sep 27 17:43:06 1996 Stu Grossman (grossman@critters.cygnus.com) |