rust-sdks icon indicating copy to clipboard operation
rust-sdks copied to clipboard

Memory leak when unpublishing tracks multiple times

Open thepacketloss opened this issue 9 months ago • 0 comments

When unpublishing tracks multiple times there will be some memory leaks. I used heaptrack in order to track memory leak location and it seems that it's from VP8 - VP9 and AV1 encoders

for snippet you can get it from other issue that I created :

https://github.com/livekit/rust-sdks/issues/543

I will attach heaptrack file and result screenshot.

heaptrack.zip

Image

thepacketloss avatar Mar 25 '25 17:03 thepacketloss