Commit 15837b43 authored by Alexander Alekhin's avatar Alexander Alekhin

imgproc: don't call .unlock() on non-holded mutex in houghCircles()

parent 23d866ad
......@@ -1329,7 +1329,7 @@ public:
CV_Assert(nzSz > 0);
}
~HoughCircleEstimateRadiusInvoker() {_lock.unlock();}
~HoughCircleEstimateRadiusInvoker() {}
protected:
inline int filterCircles(const Point2f& curCenter, float* ddata) const;
......
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