Merge pull request #5316 from mshabunin:fix-contrib-tests

This commit is contained in:
Alexander Alekhin 2015-09-08 16:52:43 +00:00
commit 894f922cfb

View File

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