summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-06-27 01:43:23 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-06-27 01:43:23 +0000
commit5c9fff078f61f802e1423fcc559f41dbc5486648 (patch)
tree15637ad4da51e95bcea3d04c4d440d220f4fa0e1 /src/selection-chemistry.cpp
parentunref temporary styles properly (diff)
downloadinkscape-5c9fff078f61f802e1423fcc559f41dbc5486648.tar.gz
inkscape-5c9fff078f61f802e1423fcc559f41dbc5486648.zip
more unreffing temporary styles properly
(bzr r3114)
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index fc0bb5a10..ed8d6379e 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -1095,7 +1095,7 @@ void sp_selection_copy()
style_clipboard = css;
}
}
- g_free (query);
+ sp_style_unref(query);
}
size_clipboard = selection->bounds();