Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-01-28 22:34:29 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-01-28 22:34:29 (GMT)
commit6a51edb6f6db86cb3f63519b0300b9c8c27ed63f (patch)
treec52dd8ac2153b4d5c4e3c604c397d36bd8d1906c /shell/ev-view.c
parentb8f97c954e2e3c9b40f46dc55f3727cb7b35137c (diff)
Fix memory leak.
2007-01-29 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_add_history): Fix memory leak. svn path=/trunk/; revision=2270
Diffstat (limited to 'shell/ev-view.c')
-rw-r--r--shell/ev-view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index 072ca08..15053d4 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -1348,7 +1348,6 @@ ev_view_handle_link (EvView *view, EvLink *link)
if (!action)
return;
-
type = ev_link_action_get_action_type (action);
switch (type) {