aboutsummaryrefslogtreecommitdiff
path: root/src/ats/test_ats_api_bandwidth_consumption.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/test_ats_api_bandwidth_consumption.c')
-rw-r--r--src/ats/test_ats_api_bandwidth_consumption.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ats/test_ats_api_bandwidth_consumption.c b/src/ats/test_ats_api_bandwidth_consumption.c
index 05a3e257a..d2a7b53dc 100644
--- a/src/ats/test_ats_api_bandwidth_consumption.c
+++ b/src/ats/test_ats_api_bandwidth_consumption.c
@@ -258,6 +258,8 @@ check (void *cls, char *const *args, const char *cfgfile,
258 ret = GNUNET_SYSERR; 258 ret = GNUNET_SYSERR;
259 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Failed to init ATS performance\n"); 259 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Failed to init ATS performance\n");
260 end_badly(NULL, NULL); 260 end_badly(NULL, NULL);
261 GNUNET_free (p);
262 GNUNET_free (addr);
261 return; 263 return;
262 } 264 }
263 265