diff --git a/src/obs-websocket.cpp b/src/obs-websocket.cpp index 4e31a375..0ad7081c 100644 --- a/src/obs-websocket.cpp +++ b/src/obs-websocket.cpp @@ -61,6 +61,7 @@ bool obs_module_load(void) void obs_module_unload() { _config.reset(); + _webSocketServer.reset(); blog(LOG_INFO, "Finished shutting down."); }