aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_publish-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_publish-dialog.c')
-rw-r--r--src/fs/gnunet-fs-gtk_publish-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_publish-dialog.c b/src/fs/gnunet-fs-gtk_publish-dialog.c
index 450083d7..659404b4 100644
--- a/src/fs/gnunet-fs-gtk_publish-dialog.c
+++ b/src/fs/gnunet-fs-gtk_publish-dialog.c
@@ -1920,7 +1920,7 @@ update_treeview_after_edit (void *cls, struct GNUNET_FS_FileInformation *fi,
1920 PUBLISH_MC_REPLICATION_LEVEL, 1920 PUBLISH_MC_REPLICATION_LEVEL,
1921 (guint) bo->replication_level, 1921 (guint) bo->replication_level,
1922 -1); 1922 -1);
1923 GNUNET_free (name); 1923 GNUNET_free_non_null (name);
1924 return GNUNET_SYSERR; 1924 return GNUNET_SYSERR;
1925} 1925}
1926 1926