aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.c
diff options
context:
space:
mode:
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