summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2005-02-16 10:32:15 +0000
committerGlynn Foster <gman@src.gnome.org>2005-02-16 10:32:15 +0000
commitd4d23da5a74c11c1db0ff86862f25b6964479a96 (patch)
tree0bab0e7dc7f86d16ce218d018da36e04f9630d2c /ChangeLog
parentFix bug #167577, that leaks a seperator. Patch from Paolo Borelli (diff)
downloadzenity-d4d23da5a74c11c1db0ff86862f25b6964479a96.tar.gz
zenity-d4d23da5a74c11c1db0ff86862f25b6964479a96.tar.bz2
zenity-d4d23da5a74c11c1db0ff86862f25b6964479a96.zip
Fix leak in ZENITY_IMAGE_FULLPATH. Fixes #167518, hopefully.
2005-02-16 Glynn Foster <glynn.foster@sun.com> * src/util.h: Fix leak in ZENITY_IMAGE_FULLPATH. Fixes #167518, hopefully.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42b98f15..e964202b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-02-16 Glynn Foster <glynn.foster@sun.com>
+ * src/util.h: Fix leak in ZENITY_IMAGE_FULLPATH. Fixes
+ #167518, hopefully.
+
+2005-02-16 Glynn Foster <glynn.foster@sun.com>
+
* src/fileselection.c, THANKS, src/about.c: Fix bug
#167577, that leaks a seperator. Patch from
Paolo Borelli <pborelli@katamail.com>
bgstack15