Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-10-06 08:11:16 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-10-06 08:11:16 (GMT)
commitc48b3da8b6c6f2205cff389f87c32299bdc8349a (patch)
tree23e96358703859856a7045f04b9251fd127cd396 /ChangeLog
parent2fee7e257ca76d35608c884d52eb346b187fe618 (diff)
Fix memory leak. Fixes bug #555134.
2008-10-06 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (merge_selection_region), (clear_selection): Fix memory leak. Fixes bug #555134. svn path=/trunk/; revision=3216
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f7678d..1ecf9c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-06 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-view.c: (merge_selection_region), (clear_selection):
+
+ Fix memory leak. Fixes bug #555134.
+
2008-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-pixbuf-cache.c: (copy_job_to_job_info):