aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_put.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_put.c')
-rw-r--r--src/namestore/test_namestore_api_put.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_api_put.c b/src/namestore/test_namestore_api_put.c
index 8941b6b6d..cdec716da 100644
--- a/src/namestore/test_namestore_api_put.c
+++ b/src/namestore/test_namestore_api_put.c
@@ -68,7 +68,7 @@ stop_arm ()
68 if (0 != GNUNET_OS_process_kill (arm, SIGTERM)) 68 if (0 != GNUNET_OS_process_kill (arm, SIGTERM))
69 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill"); 69 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill");
70 GNUNET_OS_process_wait (arm); 70 GNUNET_OS_process_wait (arm);
71 GNUNET_OS_process_close (arm); 71 GNUNET_OS_process_destroy (arm);
72 arm = NULL; 72 arm = NULL;
73 } 73 }
74} 74}