mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-29 14:36:06 -04:00
NetworkServer: initialize profilemanager_thread
StopServer guards the pointer and nulls it after the delete, but nothing ever set it, so destroying a server that never started read an uninitialized pointer.
This commit is contained in:
@@ -174,6 +174,7 @@ NetworkServer::NetworkServer()
|
||||
|
||||
plugin_manager = nullptr;
|
||||
profile_manager = nullptr;
|
||||
profilemanager_thread = nullptr;
|
||||
settings_manager = nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user