mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
Allow detaching server task from the original series. (#1741)
This commit is contained in:
@@ -227,7 +227,7 @@ protected:
|
||||
virtual ~WFServerTask()
|
||||
{
|
||||
if (this->target)
|
||||
((Series *)series_of(this))->task = NULL;
|
||||
((Series *)series_of(&this->processor))->task = NULL;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user