fix memleak

This commit is contained in:
Markus Teich 2016-11-23 18:27:57 +01:00
parent 5706e91058
commit ad20666c33

View File

@ -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;
}