aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/test_transport_api_unreliability.c2
1 files changed, 1 insertions, 1 deletions
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 ()
882 } 882 }
883 if (p2.servicehome != NULL) 883 if (p2.servicehome != NULL)
884 { 884 {
885 GNUNET_DISK_directory_remove (p2.servicehome);
885 GNUNET_free(p2.servicehome); 886 GNUNET_free(p2.servicehome);
886 GNUNET_DISK_directory_remove (p2.servicehome);
887 } 887 }
888 return ok; 888 return ok;
889} 889}