aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/test_datastore_api.c')
-rw-r--r--src/datastore/test_datastore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c
index f6945ed2e..4c0736619 100644
--- a/src/datastore/test_datastore_api.c
+++ b/src/datastore/test_datastore_api.c
@@ -546,7 +546,7 @@ check ()
546 ok = 1; 546 ok = 1;
547 } 547 }
548 GNUNET_OS_process_wait (proc); 548 GNUNET_OS_process_wait (proc);
549 GNUNET_OS_process_close (proc); 549 GNUNET_OS_process_destroy (proc);
550 proc = NULL; 550 proc = NULL;
551#endif 551#endif
552 if (ok != 0) 552 if (ok != 0)