summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7e49478)
raw | patch | inline | side by side (parent: 7e49478)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 21 Sep 2008 22:25:37 +0000 (22:25 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 21 Sep 2008 22:25:37 +0000 (22:25 +0000) |
src/main.cpp | patch | blob | history |
diff --git a/src/main.cpp b/src/main.cpp
index f9c54aa2cb9dcba0062f12a3c536507e208fa81b..ebc7ddcdc2b17c96e98ab0ec62600ef43cba5e93 100644 (file)
--- a/src/main.cpp
+++ b/src/main.cpp
} else if (sp_query_x || sp_query_y) {
do_query_dimension (doc, false, sp_query_x? NR::X : NR::Y, sp_query_id);
}
- Inkscape::GC::release (doc);
+
+ delete doc;
}
fl = g_slist_remove(fl, fl->data);
}