mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-16 22:07:12 +02:00
Clear the tag as well when releasing task resources.
This commit is contained in:
@ -55,6 +55,7 @@ void Tasks::Task::Init(HSQOBJECT & func, HSQOBJECT & inst, Interval intrv, Itera
|
||||
void Tasks::Task::Release()
|
||||
{
|
||||
mHash = 0;
|
||||
mTag.clear();
|
||||
mFunc.Release();
|
||||
mInst.Release();
|
||||
mData.Release();
|
||||
|
Reference in New Issue
Block a user