Skip to content

Commit

Permalink
Update cpp/src/IceSSL/OpenSSLTransceiverI.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Joe George <[email protected]>
  • Loading branch information
pepone and externl authored May 3, 2024
1 parent 7c8290f commit ab5d208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/IceSSL/OpenSSLTransceiverI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ OpenSSL::TransceiverI::close()
if (_sslCtx)
{
SSL_CTX_free(_sslCtx);
_sslCtx = 0;
_sslCtx = nullptr;
}

if (_memBio)
Expand Down

0 comments on commit ab5d208

Please sign in to comment.