aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-02-03 12:50:52 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-02-03 12:50:52 +0000
commitebe39f090885f05281952836caf207c576ba8625 (patch)
treeea2fb1cc09437013f2a66dd40c6a2bdf4feaeec3 /src/ats-tests/ats-testing.c
parent23c87f2aea815cbd6078ab75b5b8fe8cf8f6ee31 (diff)
downloadgnunet-ebe39f090885f05281952836caf207c576ba8625.tar.gz
gnunet-ebe39f090885f05281952836caf207c576ba8625.zip
fixes
Diffstat (limited to 'src/ats-tests/ats-testing.c')
-rw-r--r--src/ats-tests/ats-testing.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ats-tests/ats-testing.c b/src/ats-tests/ats-testing.c
index 4639b29e6..058aa4a7b 100644
--- a/src/ats-tests/ats-testing.c
+++ b/src/ats-tests/ats-testing.c
@@ -915,9 +915,6 @@ GNUNET_ATS_TEST_shutdown_topology (void)
915 if (NULL == top) 915 if (NULL == top)
916 return; 916 return;
917 917
918 GNUNET_free (top->mps);
919 GNUNET_free (top->sps);
920
921 GNUNET_SCHEDULER_shutdown(); 918 GNUNET_SCHEDULER_shutdown();
922} 919}
923 920