From: Bart Polot Date: Tue, 17 Dec 2013 00:28:20 +0000 (+0000) Subject: - register keepalive for destruction X-Git-Tag: initial-import-from-subversion-38251~5409 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a5e0d1892b4b25fe56ebe0509053a20121a50cbf;p=oweals%2Fgnunet.git - register keepalive for destruction --- diff --git a/src/mesh/gnunet-service-mesh_peer.c b/src/mesh/gnunet-service-mesh_peer.c index 39006919d..23dd22222 100644 --- a/src/mesh/gnunet-service-mesh_peer.c +++ b/src/mesh/gnunet-service-mesh_peer.c @@ -929,6 +929,7 @@ GMP_queue_destroy (struct MeshPeerQueue *queue, int clear_cls) case GNUNET_MESSAGE_TYPE_MESH_CONNECTION_ACK: case GNUNET_MESSAGE_TYPE_MESH_CONNECTION_CREATE: case GNUNET_MESSAGE_TYPE_MESH_CONNECTION_BROKEN: + case GNUNET_MESSAGE_TYPE_MESH_KEEPALIVE: case GNUNET_MESSAGE_TYPE_MESH_KX: case GNUNET_MESSAGE_TYPE_MESH_ENCRYPTED: case GNUNET_MESSAGE_TYPE_MESH_ACK: