1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-27 06:13:05 +04:00
Files
opencv/modules
Igor Wodiany 37d4e24806 Fix a memory leak in the Mat copying constructor
Exception may be rasied inside the body of a copying constructor after
refcount has been increased, and beacause in the case of the exception
destrcutor is never called what causes memory leak. This commit adds a
workaround that calls the release() function before the exception is
thrown outside the contructor.
2017-10-05 22:24:43 +01:00
..
2017-07-30 14:14:08 +03:00
2017-09-19 13:05:34 +03:00
2017-08-21 19:17:52 +03:00
2017-01-05 19:47:34 +02:00
2017-08-21 18:26:57 +03:00