aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-06 12:05:24 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-06 12:05:24 +0000
commit8675d5f1a8906b4255562f878e140acc0ee8fafc (patch)
tree40f140e61d6b2a5212d2aa94b7379ec0d9f03494 /src/fs/gnunet-publish.c
parent3a56bf7aa7e6de7d096cb509054b5dab1e50d119 (diff)
downloadgnunet-8675d5f1a8906b4255562f878e140acc0ee8fafc.tar.gz
gnunet-8675d5f1a8906b4255562f878e140acc0ee8fafc.zip
-misc fixes
Diffstat (limited to 'src/fs/gnunet-publish.c')
-rw-r--r--src/fs/gnunet-publish.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index f621140cd..58beb371c 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -669,6 +669,7 @@ identity_continuation (const char *args0)
669 _("Failed to access `%s': %s\n"), 669 _("Failed to access `%s': %s\n"),
670 args0, 670 args0,
671 STRERROR (errno)); 671 STRERROR (errno));
672 GNUNET_free_non_null (ex);
672 return; 673 return;
673 } 674 }
674 ds = GNUNET_FS_directory_scan_start (args0, 675 ds = GNUNET_FS_directory_scan_start (args0,
@@ -679,8 +680,10 @@ identity_continuation (const char *args0)
679 { 680 {
680 FPRINTF (stderr, 681 FPRINTF (stderr,
681 "%s", _("Failed to start meta directory scanner. Is gnunet-helper-publish-fs installed?\n")); 682 "%s", _("Failed to start meta directory scanner. Is gnunet-helper-publish-fs installed?\n"));
683 GNUNET_free_non_null (ex);
682 return; 684 return;
683 } 685 }
686 GNUNET_free_non_null (ex);
684} 687}
685 688
686 689