aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2013-05-21 05:41:31 +0000
committerJoel Brobecker <brobecker@gnat.com>2013-05-21 05:41:31 +0000
commit1509e5737f8b0d499117aefbd68ca8e9548f701f (patch)
tree8efa5c863f4dec16a56759f24dbd1406cd3a82f8 /gdb/ChangeLog
parentc5867ab65ce98cb27943606d66eee564c60a7d23 (diff)
downloadgdb-1509e5737f8b0d499117aefbd68ca8e9548f701f.zip
gdb-1509e5737f8b0d499117aefbd68ca8e9548f701f.tar.gz
gdb-1509e5737f8b0d499117aefbd68ca8e9548f701f.tar.bz2
[Ada] Fix cleanup leak in ada-lang.c:old_renaming_is_invisible
gdb/ChangeLog: * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 19a4cd6..c48f7e7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2013-05-21 Joel Brobecker <brobecker@adacore.com>
+
+ * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
+
2013-05-21 Hui Zhu <hui@codesourcery.com>
* breakpoint.c (dprintf_breakpoint_ops): Remove its static.