Commit 5618f4a0 authored by Maksim Shabunin's avatar Maksim Shabunin

Fixed: Concurrency static scheduler release failed

parent abf30e44
......@@ -238,7 +238,7 @@ public:
}
SchedPtr() : sched_(0) {}
~SchedPtr() { *this = 0; }
~SchedPtr() {}
};
static SchedPtr pplScheduler;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment