meetecho / janus-gateway

Janus WebRTC Server
https://janus.conf.meetecho.com
GNU General Public License v3.0
8.25k stars 2.48k forks source link

Cleanup thread resources when lua/duktape async event helper ends #3409

Closed atoppi closed 2 months ago

atoppi commented 3 months ago

While debugging #3408 we found a thread memory leak due to a missing g_thread_unref when handling async events in the lua plugin.

UPDATE: did the same fix on the duktape plugin too.