MinGW
[oweals/gnunet.git] / src / util / test_connection_transmit_cancel.c
index afdca68b5a7a0303393d8812bc6de000bc64e95a..bb5415d61a42acc3368bd56e8fed40f9f018aa0e 100644 (file)
@@ -58,7 +58,7 @@ task_transmit_cancel (void *cls,
                                                 GNUNET_TIME_UNIT_MINUTES,
                                                 &not_run, cls);
   GNUNET_CONNECTION_notify_transmit_ready_cancel (th);
-  GNUNET_CONNECTION_destroy (csock);
+  GNUNET_CONNECTION_destroy (csock, GNUNET_YES);
   *ok = 0;
 }