Calls to `gnutls_global_init()` and` gnutls_global_deinit()` should be balanced. After commit 5e082343c715406ffb078152a071e8d36c94284c, these functions were each called exactly once from `tlshd_service_socket()`. Commit 43a15fed2f3328f17b52507ce7c4bc034165abf7 wrongly added calls to `gnutls_global_deinit()` in the `quic_clienthello_handshake()` and `tlshd_quic_serverhello_handshake()` functions.