aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/test_statistics_api_watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/test_statistics_api_watch.c')
-rw-r--r--src/statistics/test_statistics_api_watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/test_statistics_api_watch.c b/src/statistics/test_statistics_api_watch.c
index 979b5610e..e976bd473 100644
--- a/src/statistics/test_statistics_api_watch.c
+++ b/src/statistics/test_statistics_api_watch.c
@@ -145,7 +145,7 @@ check ()
145 ok = 1; 145 ok = 1;
146 } 146 }
147 GNUNET_OS_process_wait (proc); 147 GNUNET_OS_process_wait (proc);
148 GNUNET_OS_process_close (proc); 148 GNUNET_OS_process_destroy (proc);
149 proc = NULL; 149 proc = NULL;
150#endif 150#endif
151 return ok; 151 return ok;