diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2013-11-21 20:12:34 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2013-11-21 20:12:34 +0000 |
| commit | df83396bcf937ba927ef36de53416241b2ad241c (patch) | |
| tree | a1bd490332d68c7db27cd0d28f75175d55b13709 /src/selection-chemistry.cpp | |
| parent | BalloonSymbols.svg rewritten. Balloon symbols should render properly in all b... (diff) | |
| download | inkscape-df83396bcf937ba927ef36de53416241b2ad241c.tar.gz inkscape-df83396bcf937ba927ef36de53416241b2ad241c.zip | |
fix memleak
(bzr r12826)
Diffstat (limited to 'src/selection-chemistry.cpp')
| -rw-r--r-- | src/selection-chemistry.cpp | 2 |
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")); } |
