Allow detaching server task from the original series. (#1741)

This commit is contained in:
xiehan
2025-06-26 21:49:22 +08:00
committed by GitHub
parent 6ac63d62f9
commit 7d2a1bdf36

View File

@@ -227,7 +227,7 @@ protected:
virtual ~WFServerTask()
{
if (this->target)
((Series *)series_of(this))->task = NULL;
((Series *)series_of(&this->processor))->task = NULL;
}
};