jitsi / jitsi-videobridge

Jitsi Videobridge is a WebRTC compatible video router or SFU that lets build highly scalable video conferencing infrastructure (i.e., up to hundreds of conferences per server).
https://jitsi.org/jitsi-videobridge
Apache License 2.0
2.9k stars 988 forks source link

Fix(dcsctp): Fix memory leak. #2182

Closed JonathanLennox closed 3 months ago

JonathanLennox commented 3 months ago

There were reference cycles through JNI, which the garbage collector can't detect.