- account timing info in "backlog" free
authorBart Polot <bart@net.in.tum.de>
Thu, 14 Nov 2013 10:42:49 +0000 (10:42 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 14 Nov 2013 10:42:49 +0000 (10:42 +0000)
src/mesh/gnunet-service-mesh_channel.c

index de2c465b797fae110d853a7525d921556acaf587..fef789d565fe99e2ba27bd781cfb6916a8b3d29a 100644 (file)
@@ -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 */