From: Matthias Wachs Date: Thu, 10 Oct 2013 07:52:36 +0000 (+0000) Subject: fix leak X-Git-Tag: initial-import-from-subversion-38251~6636 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a7b221e6ecad40d9366c1f1f3dfb52474a957191;p=oweals%2Fgnunet.git fix leak --- diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c index 06cd27f9c..ba16d539d 100644 --- a/src/transport/test_plugin_transport.c +++ b/src/transport/test_plugin_transport.c @@ -580,6 +580,7 @@ run (void *cls, char *const *args, const char *cfgfile, { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Could not create statistics. Exiting.\n"); + GNUNET_free (keyfile); end_badly_now (); return; }