aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_publish-edit-dialog.c')
-rw-r--r--src/fs/gnunet-fs-gtk_publish-edit-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-fs-gtk_publish-edit-dialog.c b/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
index b988fc3a..aff28a5c 100644
--- a/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
+++ b/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
@@ -539,7 +539,7 @@ GNUNET_GTK_edit_publication_metadata_tree_view_value_renderer_edited_cb (
539 PUBLISH_METADATA_MC_VALUE, 539 PUBLISH_METADATA_MC_VALUE,
540 ivalue, 540 ivalue,
541 -1); 541 -1);
542 GNUNET_free_non_null (avalue); 542 GNUNET_free (avalue);
543} 543}
544 544
545 545
@@ -1141,7 +1141,7 @@ file_information_update (void *cls,
1141 mime, 1141 mime,
1142 data, 1142 data,
1143 data_size); 1143 data_size);
1144 GNUNET_free_non_null (mime); 1144 GNUNET_free (mime);
1145 } 1145 }
1146 g_object_unref (f); 1146 g_object_unref (f);
1147 g_free (fn); 1147 g_free (fn);