diff options
-rw-r--r-- | libempathy-gtk/empathy-status-preset-dialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-status-preset-dialog.c b/libempathy-gtk/empathy-status-preset-dialog.c index 8176e9ea7..12305558a 100644 --- a/libempathy-gtk/empathy-status-preset-dialog.c +++ b/libempathy-gtk/empathy-status-preset-dialog.c @@ -472,6 +472,7 @@ status_preset_dialog_add_preset (GtkWidget *widget, priv->text_cell, FALSE); gtk_widget_grab_focus (priv->presets_treeview); + gtk_tree_path_free (path); break; } } |