summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e781423)
raw | patch | inline | side by side (parent: e781423)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 21 Sep 2008 22:16:54 +0000 (22:16 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 21 Sep 2008 22:16:54 +0000 (22:16 +0000) |
src/desktop.cpp | patch | blob | history |
diff --git a/src/desktop.cpp b/src/desktop.cpp
index 92946cb7dfa5e04e6261452849753f674fb2e441..4f6ea7a5ac051e01ceef2f2d2467b36f1279d569 100644 (file)
--- a/src/desktop.cpp
+++ b/src/desktop.cpp
temporary_item_list = NULL;
}
+ if (selection) {
+ delete selection;
+ selection = NULL;
+ }
+
namedview->hide(this);
_activate_connection.disconnect();