From 91ba3326133e6f0cfc6033b3e882a41f093c7abc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 18 Jul 2011 06:42:09 +0000 Subject: [PATCH] fix --- src/transport/test_transport_api_unreliability.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/test_transport_api_unreliability.c b/src/transport/test_transport_api_unreliability.c index c2c7b96a8..768ced0dc 100644 --- a/src/transport/test_transport_api_unreliability.c +++ b/src/transport/test_transport_api_unreliability.c @@ -882,8 +882,8 @@ check () } if (p2.servicehome != NULL) { + GNUNET_DISK_directory_remove (p2.servicehome); GNUNET_free(p2.servicehome); - GNUNET_DISK_directory_remove (p2.servicehome); } return ok; } -- 2.25.1