We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenSSL thread local allocation without cleanup worker thread
I Only tested on windows.
main
Looping to call the MsQuic interface
It's clear that there are a lot of memory leaks in OpenSSL
When I try to call the OpenSSL cleanup thread local cleanup function, the memory leak seems to disappear
If you don't do this, it will obviously increase the memory.
No memory continues to grow
No OpenSSL memory leak
fix it before workerthread exit.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
OpenSSL thread local allocation without cleanup worker thread
Affected OS
Additional OS information
I Only tested on windows.
MsQuic version
main
Steps taken to reproduce bug
Looping to call the MsQuic interface
It's clear that there are a lot of memory leaks in OpenSSL
When I try to call the OpenSSL cleanup thread local cleanup function, the memory leak seems to disappear
If you don't do this, it will obviously increase the memory.
Expected behavior
No memory continues to grow
Actual outcome
No OpenSSL memory leak
Additional details
fix it before workerthread exit.
The text was updated successfully, but these errors were encountered: