summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert McQueen <robot101@debian.org>2006-04-28 21:02:16 +0000
committerRobert McQueen <robot101@debian.org>2006-04-28 21:02:16 +0000
commitb3f18b3040663fb2dd631985d5a9010ba3a31265 (patch)
tree3dc0b797c20714cb468708eb070e8afa394b70d4 /ChangeLog
parent6055e1cf44ffc03a1e338c0aa45ef22d1dd7ad1c (diff)
2005-04-28 Robert McQueen <robot101@debian.org>
* glib/dbus-gvalue-utils.c: Patch from Jakub Stachowski to fix leaking of memory from within pointer arrays and lists. Fixes bug #6300.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fdb65cf1..f79c400a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-04-28 Robert McQueen <robot101@debian.org>
+ * glib/dbus-gvalue-utils.c: Patch from Jakub Stachowski to fix leaking
+ of memory from within pointer arrays and lists. Fixes bug #6300.
+
+2005-04-28 Robert McQueen <robot101@debian.org>
+
* glib/dbus-gvalue.c: Patch from Jakub Stachowski to fix a leak in
generating struct signatures. Fixes bug #6083.