mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-01-12 02:19:31 +08:00
also delete background thread instance!
This commit is contained in:
parent
8022fc04f4
commit
4333808646
@ -137,6 +137,8 @@ Steam_Client::~Steam_Client()
|
||||
{
|
||||
#define DEL_INST(_obj_ins) do if (_obj_ins) { delete _obj_ins; _obj_ins = nullptr; } while(0)
|
||||
|
||||
DEL_INST(background_thread);
|
||||
|
||||
DEL_INST(steam_gameserver);
|
||||
DEL_INST(steam_gameserver_utils);
|
||||
DEL_INST(steam_gameserverstats);
|
||||
|
Loading…
x
Reference in New Issue
Block a user