From: Bart Polot Date: Thu, 14 Nov 2013 10:42:49 +0000 (+0000) Subject: - account timing info in "backlog" free X-Git-Tag: initial-import-from-subversion-38251~6121 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2d58d14b0ba6c6b73ebe1acb44904bc93fe50cc6;p=oweals%2Fgnunet.git - account timing info in "backlog" free --- diff --git a/src/mesh/gnunet-service-mesh_channel.c b/src/mesh/gnunet-service-mesh_channel.c index de2c465b7..fef789d56 100644 --- a/src/mesh/gnunet-service-mesh_channel.c +++ b/src/mesh/gnunet-service-mesh_channel.c @@ -1711,7 +1711,7 @@ GMCH_handle_data_ack (struct MeshChannel *ch, work = GNUNET_YES; LOG (GNUNET_ERROR_TYPE_DEBUG, "!!! id %u\n", copy->mid); next = copy->next; - rel_message_free (copy, copy->mid == ack); + rel_message_free (copy, GNUNET_YES); } /* ACK client if needed */