diff options
author | Glynn Foster <glynn.foster@sun.com> | 2005-02-16 10:32:15 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2005-02-16 10:32:15 +0000 |
commit | d4d23da5a74c11c1db0ff86862f25b6964479a96 (patch) | |
tree | 0bab0e7dc7f86d16ce218d018da36e04f9630d2c /ChangeLog | |
parent | Fix bug #167577, that leaks a seperator. Patch from Paolo Borelli (diff) | |
download | zenity-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |