aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }