Fixed: Concurrency static scheduler release failed

This commit is contained in:
Maksim Shabunin 2015-09-07 18:59:07 +03:00
parent abf30e44cd
commit 5618f4a0ac

View File

@ -238,7 +238,7 @@ public:
}
SchedPtr() : sched_(0) {}
~SchedPtr() { *this = 0; }
~SchedPtr() {}
};
static SchedPtr pplScheduler;