From: Bart Polot Date: Fri, 20 Jan 2012 17:05:32 +0000 (+0000) Subject: - fixed broken 19282 commit X-Git-Tag: initial-import-from-subversion-38251~15195 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f97e35d9c9ddb84ec565bf37ef67bbe1317fb528;p=oweals%2Fgnunet.git - fixed broken 19282 commit --- diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c index 9b63ceca3..279fb1fe7 100644 --- a/src/mesh/mesh_api.c +++ b/src/mesh/mesh_api.c @@ -1274,6 +1274,7 @@ GNUNET_MESH_disconnect (struct GNUNET_MESH_Handle *handle) { struct GNUNET_MESH_Tunnel *t; struct GNUNET_MESH_Tunnel *aux; + struct GNUNET_MESH_TransmitHandle *th; t = handle->tunnels_head; while (NULL != t)