summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2006-11-06 16:51:28 +0000
committerRay Strode <rstrode@redhat.com>2006-11-06 16:51:28 +0000
commitd983e48807739779c09eb1bf2a336d891176839c (patch)
treea3047738ed904042d8fd58798a6833601ffb50d1 /ChangeLog
parent0f0075ce04abe3a56c87e0eeb8384e994de06c7d (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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7764a0f..c12b313 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)