summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cb492d6)
raw | patch | inline | side by side (parent: cb492d6)
author | mental <mental@users.sourceforge.net> | |
Sat, 29 Apr 2006 06:46:25 +0000 (06:46 +0000) | ||
committer | mental <mental@users.sourceforge.net> | |
Sat, 29 Apr 2006 06:46:25 +0000 (06:46 +0000) |
ChangeLog | patch | blob | history | |
src/ui/view/view.cpp | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index bce69ca67a9ce963e752a60c0c09ae535ec0c3db..d4d316430e9f79455fe5a34eb695f669c8144da4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2006-04-29 MenTaLguY <mental@rydia.net>
+
+ * src/ui/view/view.cpp: add missing unref
+
2006-04-29 MenTaLguY <mental@rydia.net>
* src/gc-anchored.cpp, src/gc-anchored.h:
diff --git a/src/ui/view/view.cpp b/src/ui/view/view.cpp
index 0f7fd91956f1a7deedc3e865cad9f7b472552f68..48c48c750ae3d07e74b7ca0e1484deb27b3ed38c 100644 (file)
--- a/src/ui/view/view.cpp
+++ b/src/ui/view/view.cpp
if (_doc) {
_document_uri_set_connection.disconnect();
_document_resized_connection.disconnect();
+ sp_document_unref(_doc);
_doc = 0;
}