Loading src/lib/tls/tortls_nss.c +3 −0 Original line number Diff line number Diff line Loading @@ -456,6 +456,9 @@ tor_tls_release_socket(tor_tls_t *tls) } PR_ChangeFileDescNativeHandle(tcp, sock); /* Tell our socket accounting layer that we don't own this socket any more: * NSS is about to free it for us. */ tor_release_socket_ownership(sock); } void Loading Loading
src/lib/tls/tortls_nss.c +3 −0 Original line number Diff line number Diff line Loading @@ -456,6 +456,9 @@ tor_tls_release_socket(tor_tls_t *tls) } PR_ChangeFileDescNativeHandle(tcp, sock); /* Tell our socket accounting layer that we don't own this socket any more: * NSS is about to free it for us. */ tor_release_socket_ownership(sock); } void Loading