This commit removes a superfluous call to isc_tlsctx_free() which was leading to double free() error in a case of a TLS listener creation failure. The call is superfluous because the TLS context object is supposed to be destroyed in ns_listenelt_destroy() only.