diff options
Diffstat (limited to 'tests/test-rpc_get_random.c')
-rw-r--r-- | tests/test-rpc_get_random.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-rpc_get_random.c b/tests/test-rpc_get_random.c index e495514..ad0c6e8 100644 --- a/tests/test-rpc_get_random.c +++ b/tests/test-rpc_get_random.c @@ -65,5 +65,6 @@ int main(int argc, char *argv[]) hexdump(rnd, len); + check(hal_rpc_client_close()); return 0; } |