From 9eac5592c81620ead272fa71be9a79e0e24176fe Mon Sep 17 00:00:00 2001 From: miod Date: Sun, 13 Apr 2014 15:16:32 +0000 Subject: Import OpenSSL 1.0.1g --- lib/libssl/d1_lib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libssl/d1_lib.c') diff --git a/lib/libssl/d1_lib.c b/lib/libssl/d1_lib.c index f61f7181830..106939f2417 100644 --- a/lib/libssl/d1_lib.c +++ b/lib/libssl/d1_lib.c @@ -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) -- cgit v1.2.3-59-g8ed1b