aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_publish-dialog.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-21 21:58:46 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-21 21:58:46 +0100
commit1460410213b7c1898904e152c1d68c3480140c5e (patch)
treee39e9eb5f3fbf2518ce1343936cbbf26d20b8a2c /src/fs/gnunet-fs-gtk_publish-dialog.c
parentab6e2dc87b6a0e79885ee121986b732f4db40f0f (diff)
downloadgnunet-gtk-1460410213b7c1898904e152c1d68c3480140c5e.tar.gz
gnunet-gtk-1460410213b7c1898904e152c1d68c3480140c5e.zip
could be NULL
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