From ad20666c33ddee8c2348b7f22ad76a55df78ad71 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Wed, 23 Nov 2016 18:27:57 +0100 Subject: fix memleak --- brandt.c | 1 + 1 file changed, 1 insertion(+) 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, &ret->m, &ret->outcome_public)) { + GNUNET_free (ret); weprintf ("failed to parse auction description blob"); return NULL; } -- cgit v1.2.3