summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/client.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/client.c b/src/util/client.c
index febc36508..4e5eca32a 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -745,8 +745,7 @@ test_service_configuration (const char *service_name,
745 service_name, 745 service_name,
746 "UNIXPATH", 746 "UNIXPATH",
747 _ ("not a valid filename")); 747 _ ("not a valid filename"));
748 if (NULL != unixpath) 748 GNUNET_free (unixpath);
749 GNUNET_free (unixpath);
750 return GNUNET_SYSERR; /* UNIXPATH specified but invalid! */ 749 return GNUNET_SYSERR; /* UNIXPATH specified but invalid! */
751 } 750 }
752 GNUNET_free (unixpath); 751 GNUNET_free (unixpath);