diff options
author | Ray Strode <rstrode@redhat.com> | 2006-11-06 16:51:28 +0000 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2006-11-06 16:51:28 +0000 |
commit | d983e48807739779c09eb1bf2a336d891176839c (patch) | |
tree | a3047738ed904042d8fd58798a6833601ffb50d1 /ChangeLog | |
parent | 0f0075ce04abe3a56c87e0eeb8384e994de06c7d (diff) |
fix a couple of mem leaks. Patch from Pascal Terjan (gnoem bug 345686)
2006-11-06 Ray Strode <rstrode@redhat.com>
* src/desktop_file.c:
fix a couple of mem leaks. Patch from Pascal Terjan
(gnoem bug 345686)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ 2006-11-06 Ray Strode <rstrode@redhat.com> * src/desktop_file.c: + fix a couple of mem leaks. Patch from Pascal Terjan + (gnoem bug 345686) + +2006-11-06 Ray Strode <rstrode@redhat.com> + + * src/desktop_file.c: move g_free inside if branch to prevent a double free in the else case. Patch from Pascal Terjan (gnome bug 345309) |