aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_create_update.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_create_update.c')
-rw-r--r--src/namestore/test_namestore_api_create_update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_api_create_update.c b/src/namestore/test_namestore_api_create_update.c
index a4f454974..d11c894cc 100644
--- a/src/namestore/test_namestore_api_create_update.c
+++ b/src/namestore/test_namestore_api_create_update.c
@@ -79,7 +79,7 @@ stop_arm ()
79 if (0 != GNUNET_OS_process_kill (arm, SIGTERM)) 79 if (0 != GNUNET_OS_process_kill (arm, SIGTERM))
80 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill"); 80 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill");
81 GNUNET_OS_process_wait (arm); 81 GNUNET_OS_process_wait (arm);
82 GNUNET_OS_process_close (arm); 82 GNUNET_OS_process_destroy (arm);
83 arm = NULL; 83 arm = NULL;
84 } 84 }
85} 85}