1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-03-28 14:56:24 +01:00

also delete background thread instance!

This commit is contained in:
otavepto 2024-06-01 14:24:39 +03:00
parent 8022fc04f4
commit 4333808646

View file

@ -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);