aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>2001-03-22 15:15:18 +0000
committerJim Blandy <jimb@gcc.gnu.org>2001-03-22 15:15:18 +0000
commita519fba6e8e165352aacbda14be1f410e63112bc (patch)
treebffdc16dd3357d1766da6fb829a585e3ee90e4ed /libiberty/ChangeLog
parent1eb0b89d0ef0888921e5394699fa25087723f423 (diff)
downloadgcc-a519fba6e8e165352aacbda14be1f410e63112bc.zip
gcc-a519fba6e8e165352aacbda14be1f410e63112bc.tar.gz
gcc-a519fba6e8e165352aacbda14be1f410e63112bc.tar.bz2
cp-demangle.c (string_list_delete): Don't forget to free the actual contents of the string.
* cp-demangle.c (string_list_delete): Don't forget to free the actual contents of the string. From-SVN: r40744
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 3ecdc88..0e937d2 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,9 @@
+2001-03-22 Jim Blandy <jimb@redhat.com>
+
+ * cp-demangle.c (string_list_delete): Use dyn_string_delete
+ instead of free, to free the contents as well as the string
+ structure.
+
2001-03-21 Zack Weinberg <zackw@stanford.edu>
* make-temp-file.c: Always default DIR_SEPARATOR to '/'.