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-05-01 16:03:39 +03:00
2014-07-18 10:10:44 +00:00
2014-07-11 09:22:55 +02:00
2014-08-08 17:39:12 +02:00
2014-01-31 15:52:06 +04:00
2014-07-18 10:57:54 +02:00
2014-07-02 14:24:09 +00:00
2014-08-01 11:33:29 +04:00
2014-08-05 16:20:08 +02:00
2014-07-25 12:59:41 +00:00
2014-05-31 18:44:32 +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-05-13 11:58:25 +04: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-29 13:48:19 +00:00
2014-07-02 11:54:20 +04:00
2014-07-25 12:59:41 +00:00
2014-04-08 16:10:32 +03:00
2014-03-10 03:02:06 -04:00
2014-06-24 11:52:56 +01:00
2014-04-18 13:42:47 +02:00
2013-06-05 18:10:44 +04:00
2012-05-30 14:06:47 +00:00