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)
|
#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);
|
||||||
DEL_INST(steam_gameserver_utils);
|
DEL_INST(steam_gameserver_utils);
|
||||||
DEL_INST(steam_gameserverstats);
|
DEL_INST(steam_gameserverstats);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user