diff options
author | Tom Tromey <tromey@redhat.com> | 2013-05-30 17:11:38 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-05-30 17:11:38 +0000 |
commit | 4867f990df59cbde08a2e09471f1ca7c1404a14b (patch) | |
tree | 0e0ee55e97e0b522a25e4672898573759dd7409c /gdb/ChangeLog | |
parent | 4fd2d6afa0ecd8b81a0ab00ef331cd0af2c944fc (diff) | |
download | gdb-4867f990df59cbde08a2e09471f1ca7c1404a14b.zip gdb-4867f990df59cbde08a2e09471f1ca7c1404a14b.tar.gz gdb-4867f990df59cbde08a2e09471f1ca7c1404a14b.tar.bz2 |
fix varobj.c
c_value_of_root is missing a call to do_cleanups at one return.
This fixes the problem by removing that return and letting control
fall through.
* varobj.c (c_value_of_root): Call do_cleanups along all
return paths.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e344572..b8e5f99 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2013-05-30 Tom Tromey <tromey@redhat.com> + * varobj.c (c_value_of_root): Call do_cleanups along all + return paths. + +2013-05-30 Tom Tromey <tromey@redhat.com> + * tracepoint.c (trace_dump_command): Unconditionally call do_cleanups. |