aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-11-23 18:27:57 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-11-23 18:27:57 +0100
commitad20666c33ddee8c2348b7f22ad76a55df78ad71 (patch)
treec9cdc7b1b4ada7a46ae97e6dee1daeef1366a47b
parent5706e91058ff6aa4b23b6fb13871853a54a5c4d2 (diff)
downloadlibbrandt-ad20666c33ddee8c2348b7f22ad76a55df78ad71.tar.gz
libbrandt-ad20666c33ddee8c2348b7f22ad76a55df78ad71.zip
fix memleak
-rw-r--r--brandt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/brandt.c b/brandt.c
index ce41541..5d134cc 100644
--- a/brandt.c
+++ b/brandt.c
@@ -315,6 +315,7 @@ BRANDT_join (BRANDT_CbResult result,
315 &ret->m, 315 &ret->m,
316 &ret->outcome_public)) 316 &ret->outcome_public))
317 { 317 {
318 GNUNET_free (ret);
318 weprintf ("failed to parse auction description blob"); 319 weprintf ("failed to parse auction description blob");
319 return NULL; 320 return NULL;
320 } 321 }