opencv/modules/core/include
PhilLab efc1c39315 Fixed self-assignment in cv::Ptr::operator =
A self-assignment leads to a call of release() with refcount being 2. In the release() method, refcount is decremented and then successfully checked for being 1. As a consequence, the underlying data is released. To prevent this, we test for a self-assignment
2014-08-08 17:39:12 +02:00
..
opencv2/core Fixed self-assignment in cv::Ptr::operator = 2014-08-08 17:39:12 +02:00