mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-03 10:06:04 -05:00
It's possible for one signal handler to disconnect another during signal_handler_signal, which could result in crashes when the disconnected signal handler is called with a potentially freed data pointer due to other cleanup.