missing free

This commit is contained in:
Florian Dold 2016-04-25 21:23:08 +02:00
parent 9488d72347
commit 4656f7f883

View File

@ -566,8 +566,10 @@ exchange_serve_process_config ()
"unixpath_mode", "unixpath_mode",
"unixpath_mode required"); "unixpath_mode required");
TMH_VALIDATION_done (); TMH_VALIDATION_done ();
GNUNET_free (modestring);
return GNUNET_SYSERR; return GNUNET_SYSERR;
} }
GNUNET_free (modestring);
} }
else else