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
..
2014-07-11 09:22:55 +02:00
2014-06-26 16:29:45 +02:00
2014-06-26 16:29:45 +02:00
2014-05-12 15:26:56 +02:00
2014-07-30 13:27:36 +04:00
2014-03-02 21:04:17 +04:00
2014-07-29 12:27:31 +04:00
2014-07-02 11:54:20 +04:00
2014-04-08 16:10:32 +03:00
2014-06-24 11:52:56 +01:00