mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
scd: Close THE_EVENT handle.
* scd/scdaemon.c (handle_connections): Close the handle. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
7e19786a5d
commit
cc933a96f8
@ -1378,6 +1378,10 @@ handle_connections (int listen_fd)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef HAVE_W32_SYSTEM
|
||||
if (the_event != INVALID_HANDLE_VALUE)
|
||||
CloseHandle (the_event);
|
||||
#endif
|
||||
cleanup ();
|
||||
log_info (_("%s %s stopped\n"), strusage(11), strusage(13));
|
||||
npth_attr_destroy (&tattr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user