Commit 894f922c authored by Alexander Alekhin's avatar Alexander Alekhin

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

parents abf30e44 5618f4a0
...@@ -238,7 +238,7 @@ public: ...@@ -238,7 +238,7 @@ public:
} }
SchedPtr() : sched_(0) {} SchedPtr() : sched_(0) {}
~SchedPtr() { *this = 0; } ~SchedPtr() {}
}; };
static SchedPtr pplScheduler; 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