aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-10-18 16:31:08 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-10-18 16:31:08 +0000
commit8f91676bbbc14224bfc5cec98509f84794927f0b (patch)
tree30a0141427e153845b5ac6400d45d6e0746f529c /src/ats
parent1698944df8b50f470aa8dc6860329a9d43542fcc (diff)
downloadgnunet-8f91676bbbc14224bfc5cec98509f84794927f0b.tar.gz
gnunet-8f91676bbbc14224bfc5cec98509f84794927f0b.zip
coverity fixes
Diffstat (limited to 'src/ats')
-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