Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab79810..57a9a97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
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.
+
+2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
+
* ps/ps-document.c: (ps_document_finalize),
(ps_document_get_n_pages), (ps_document_get_page):