Fixes https://obsproject.com/mantis/view.php?id=595
@@ -820,6 +820,8 @@ void obs_shutdown(void)
obs_free_graphics();
proc_handler_destroy(obs->procs);
signal_handler_destroy(obs->signals);
+ obs->procs = NULL;
+ obs->signals = NULL;
module = obs->first_module;
while (module) {