aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk-edit_publish_dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk-edit_publish_dialog.c')
-rw-r--r--src/fs/gnunet-fs-gtk-edit_publish_dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk-edit_publish_dialog.c b/src/fs/gnunet-fs-gtk-edit_publish_dialog.c
index b029ecc3..e9658a43 100644
--- a/src/fs/gnunet-fs-gtk-edit_publish_dialog.c
+++ b/src/fs/gnunet-fs-gtk-edit_publish_dialog.c
@@ -208,7 +208,7 @@ GNUNET_GTK_edit_publication_metadata_tree_view_type_renderer_edited_cb (GtkCellR
208 return; 208 return;
209 g_object_get (combo, "model", &combo_model, NULL); 209 g_object_get (combo, "model", &combo_model, NULL);
210 gtk_tree_model_get (combo_model, pass_data, 0, &type_id, 2, &description, -1); 210 gtk_tree_model_get (combo_model, pass_data, 0, &type_id, 2, &description, -1);
211 g_free (combo_model); 211 g_object_unref (combo_model);
212 g_free (pass_data); 212 g_free (pass_data);
213 g_object_set_data (G_OBJECT (combo), "selected-type", NULL); 213 g_object_set_data (G_OBJECT (combo), "selected-type", NULL);
214 214