From: Matthias Wachs Date: Wed, 18 Dec 2013 09:03:12 +0000 (+0000) Subject: fix for fix X-Git-Tag: initial-import-from-subversion-38251~5359 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8a53815a8166a256e42435720fe9e22dc6bc0dfa;p=oweals%2Fgnunet.git fix for fix --- diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index 43c46aae7..1ba5bff6c 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -3285,6 +3285,11 @@ libgnunet_plugin_transport_udp_done (void *cls) GNUNET_CONTAINER_heap_destroy (plugin->defrag_ctxs); plugin->defrag_ctxs = NULL; } + if (plugin->mst != NULL) + { + GNUNET_SERVER_mst_destroy(plugin->mst); + plugin->mst = NULL; + } /* Clean up leftover messages */ struct UDP_MessageWrapper * udpw;