X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Ftest_connection_timeout.c;h=c1d9c4c4d4b36b6ff05cf6bdfd2a889ef4c464da;hb=555214089c7045298f23fea9e060ea931804e75f;hp=44609fffeec11dda39ccafa57e35667fed983753;hpb=3707a0f7ac3205b6ba73c02f275f2c2f84bbcedc;p=oweals%2Fgnunet.git diff --git a/src/util/test_connection_timeout.c b/src/util/test_connection_timeout.c index 44609fffe..c1d9c4c4d 100644 --- a/src/util/test_connection_timeout.c +++ b/src/util/test_connection_timeout.c @@ -83,8 +83,8 @@ send_kilo (void *cls, size_t size, void *buf) #endif GNUNET_assert (buf == NULL); *ok = 0; - GNUNET_CONNECTION_destroy (lsock); - GNUNET_CONNECTION_destroy (csock); + GNUNET_CONNECTION_destroy (lsock, GNUNET_YES); + GNUNET_CONNECTION_destroy (csock, GNUNET_YES); return 0; } #if VERBOSE