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:
authorMarco Pesenti Gritti <marco@gnome.org>2005-02-07 22:09:43 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-02-07 22:09:43 (GMT)
commit29c8dda6046a5038a4d894ca2581199f217cf750 (patch)
treedbeaa706d3fddec37497f22453d44938fb614f84 /shell/ev-view.c
parenteaa64d066e4b4e7e85d5045e5cb16ab2c19716f9 (diff)
Solve more refs issues.
2005-02-07 Marco Pesenti Gritti <marco@gnome.org> * shell/ev-page-view.c: (ev_page_view_dispose): * shell/ev-view.c: (ev_view_finalize): * shell/ev-window.c: (ev_window_setup_document), (ev_window_dispose), (ev_window_init): Solve more refs issues. I commented out the page_view initialization for now: it was never destroyed (because it's never added to a container). Because of that we was leaking gs processes. Couldnt think to a clean fix. We need to figure this out, password view has the same issue probably.
Diffstat (limited to 'shell/ev-view.c')
-rw-r--r--shell/ev-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index d4fa6a2..51c7bb2 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -183,6 +183,8 @@ ev_view_finalize (GObject *object)
{
EvView *view = EV_VIEW (object);
+ LOG ("Finalize")
+
if (view->document)
g_object_unref (view->document);