We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71710e commit 205ff32Copy full SHA for 205ff32
1 file changed
psk/client-psk-resume.c
@@ -155,6 +155,7 @@ int main(int argc, char **argv){
155
156
/* cleanup without wolfSSL_Cleanup() and wolfSSL_CTX_free() for now */
157
wolfSSL_free(ssl);
158
+ ssl = NULL;
159
160
/*
161
* resume session, start new connection and socket
0 commit comments