diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-06-27 01:43:23 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-06-27 01:43:23 +0000 |
| commit | 5c9fff078f61f802e1423fcc559f41dbc5486648 (patch) | |
| tree | 15637ad4da51e95bcea3d04c4d440d220f4fa0e1 /src/dialogs/object-properties.cpp | |
| parent | unref temporary styles properly (diff) | |
| download | inkscape-5c9fff078f61f802e1423fcc559f41dbc5486648.tar.gz inkscape-5c9fff078f61f802e1423fcc559f41dbc5486648.zip | |
more unreffing temporary styles properly
(bzr r3114)
Diffstat (limited to 'src/dialogs/object-properties.cpp')
| -rw-r--r-- | src/dialogs/object-properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/object-properties.cpp b/src/dialogs/object-properties.cpp index b4358e5e5..7aa33fc5b 100644 --- a/src/dialogs/object-properties.cpp +++ b/src/dialogs/object-properties.cpp @@ -361,7 +361,7 @@ sp_fillstroke_selection_changed ( Inkscape::Application *inkscape, } } - g_free (query); + sp_style_unref(query); gtk_object_set_data (GTK_OBJECT (dlg), "blocked", GUINT_TO_POINTER (FALSE)); } |
