summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/selected-style.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/ui/widget/selected-style.cpp
parentunref temporary styles properly (diff)
downloadinkscape-5c9fff078f61f802e1423fcc559f41dbc5486648.tar.gz
inkscape-5c9fff078f61f802e1423fcc559f41dbc5486648.zip
more unreffing temporary styles properly
(bzr r3114)
Diffstat (limited to 'src/ui/widget/selected-style.cpp')
-rw-r--r--src/ui/widget/selected-style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/selected-style.cpp b/src/ui/widget/selected-style.cpp
index eca474ea7..2c5da4380 100644
--- a/src/ui/widget/selected-style.cpp
+++ b/src/ui/widget/selected-style.cpp
@@ -1041,7 +1041,7 @@ SelectedStyle::update()
break;
}
- g_free (query);
+ sp_style_unref(query);
}
void SelectedStyle::opacity_0(void) {_opacity_sb.set_value(0);}