diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-11-23 18:27:57 +0100 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-11-23 18:27:57 +0100 |
commit | ad20666c33ddee8c2348b7f22ad76a55df78ad71 (patch) | |
tree | c9cdc7b1b4ada7a46ae97e6dee1daeef1366a47b /brandt.c | |
parent | 5706e91058ff6aa4b23b6fb13871853a54a5c4d2 (diff) |
fix memleak
Diffstat (limited to 'brandt.c')
-rw-r--r-- | brandt.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |