diff options
Diffstat (limited to 'tests/ipcwinsec.c')
| -rw-r--r-- | tests/ipcwinsec.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/ipcwinsec.c b/tests/ipcwinsec.c index d6b28c1b..533dfe37 100644 --- a/tests/ipcwinsec.c +++ b/tests/ipcwinsec.c @@ -1,5 +1,5 @@ // -// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a @@ -23,7 +23,6 @@ #ifndef _WIN32 TestMain("IPC Security Descriptor", { - atexit(nng_fini); Convey("Given a socket and an IPC listener", { nng_socket s; nng_listener l; @@ -80,8 +79,6 @@ sdescAuthUsers(PSID sid, PACL *aclp) } TestMain("IPC Security Descriptor", { - atexit(nng_fini); - Convey("Given a socket and an IPC listener", { nng_socket s; nng_listener l; |
