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/text-edit.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/text-edit.cpp')
| -rw-r--r-- | src/dialogs/text-edit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/text-edit.cpp b/src/dialogs/text-edit.cpp index b0ba2c2f0..b23023721 100644 --- a/src/dialogs/text-edit.cpp +++ b/src/dialogs/text-edit.cpp @@ -792,7 +792,7 @@ sp_text_edit_dialog_read_selection ( GtkWidget *dlg, gtk_entry_set_text ((GtkEntry *) ((GtkCombo *) (combo))->entry, sstr); g_free(sstr); - g_free (query); + sp_style_unref(query); } g_object_set_data (G_OBJECT (dlg), "blocked", NULL); |
