summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2013-11-21 20:12:34 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2013-11-21 20:12:34 +0000
commitdf83396bcf937ba927ef36de53416241b2ad241c (patch)
treea1bd490332d68c7db27cd0d28f75175d55b13709 /src/selection-chemistry.cpp
parentBalloonSymbols.svg rewritten. Balloon symbols should render properly in all b... (diff)
downloadinkscape-df83396bcf937ba927ef36de53416241b2ad241c.tar.gz
inkscape-df83396bcf937ba927ef36de53416241b2ad241c.zip
fix memleak
(bzr r12826)
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index 26e575439..d6879f91c 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -2916,6 +2916,8 @@ void sp_selection_to_guides(SPDesktop *desktop)
sp_selection_to_guides_recursive(SP_ITEM(i->data), deleteitem, wholegroups);
}
+ g_slist_free(items);
+
DocumentUndo::done(doc, SP_VERB_EDIT_SELECTION_2_GUIDES, _("Objects to guides"));
}