mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
Clear the tag as well when releasing task resources.
This commit is contained in:
parent
bf065d4f3a
commit
659f522efa
@ -55,6 +55,7 @@ void Tasks::Task::Init(HSQOBJECT & func, HSQOBJECT & inst, Interval intrv, Itera
|
|||||||
void Tasks::Task::Release()
|
void Tasks::Task::Release()
|
||||||
{
|
{
|
||||||
mHash = 0;
|
mHash = 0;
|
||||||
|
mTag.clear();
|
||||||
mFunc.Release();
|
mFunc.Release();
|
||||||
mInst.Release();
|
mInst.Release();
|
||||||
mData.Release();
|
mData.Release();
|
||||||
|
Loading…
Reference in New Issue
Block a user