-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
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
webrtc::FrameCryptorTransformer Memory leak #146
Comments
The thread should stop when the FrameCryptorTransformer is destroyed https://github.com/webrtc-sdk/webrtc/blob/m125_release/api/crypto/frame_crypto_transformer.cc#L335 |
@cloudwebrtc |
you can use |
I found out that I have older version which dealloc is like that:
while in the current branch I can see
Maybe this is the issue. |
The FrameCryptorTransformer instance keep increasing every time someone create a track.
This will keep the CPU threads busy.
The text was updated successfully, but these errors were encountered: