aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_large_topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing_large_topology.c')
-rw-r--r--src/testing/test_testing_large_topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_testing_large_topology.c b/src/testing/test_testing_large_topology.c
index ad6d973d2..d126ab940 100644
--- a/src/testing/test_testing_large_topology.c
+++ b/src/testing/test_testing_large_topology.c
@@ -192,7 +192,7 @@ gather_log_data ()
192 GNUNET_OS_start_process (NULL, NULL, "./memsize.pl", "memsize.pl", 192 GNUNET_OS_start_process (NULL, NULL, "./memsize.pl", "memsize.pl",
193 "totals.txt", peer_number, connect_number, NULL); 193 "totals.txt", peer_number, connect_number, NULL);
194 GNUNET_OS_process_wait (mem_process); 194 GNUNET_OS_process_wait (mem_process);
195 GNUNET_OS_process_close (mem_process); 195 GNUNET_OS_process_destroy (mem_process);
196 mem_process = NULL; 196 mem_process = NULL;
197} 197}
198 198