Loading ssl/d1_lib.c +1 −0 Original line number Diff line number Diff line Loading @@ -196,6 +196,7 @@ void dtls1_free(SSL *s) pqueue_free(s->d1->buffered_app_data.q); OPENSSL_free(s->d1); s->d1 = NULL; } void dtls1_clear(SSL *s) Loading Loading
ssl/d1_lib.c +1 −0 Original line number Diff line number Diff line Loading @@ -196,6 +196,7 @@ void dtls1_free(SSL *s) pqueue_free(s->d1->buffered_app_data.q); OPENSSL_free(s->d1); s->d1 = NULL; } void dtls1_clear(SSL *s) Loading