mirror of
https://github.com/opencv/opencv.git
synced 2026-07-27 14:23:04 +04:00
37d4e24806
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.