From 1460410213b7c1898904e152c1d68c3480140c5e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 21 Feb 2019 21:58:46 +0100 Subject: could be NULL --- src/fs/gnunet-fs-gtk_publish-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs/gnunet-fs-gtk_publish-dialog.c') 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, PUBLISH_MC_REPLICATION_LEVEL, (guint) bo->replication_level, -1); - GNUNET_free (name); + GNUNET_free_non_null (name); return GNUNET_SYSERR; } -- cgit v1.2.3