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:
Ken Sanislo
2026-07-26 11:15:28 -07:00
committed by Adam Honse
parent b3a2cccfed
commit 52138b4cbd

View File

@@ -174,6 +174,7 @@ NetworkServer::NetworkServer()
plugin_manager = nullptr;
profile_manager = nullptr;
profilemanager_thread = nullptr;
settings_manager = nullptr;
}