Potential Memory Leak in cvtColor for CV_BGR2HSV (Bug #3675)
Description
My question is posted to SO here: http://stackoverflow.com/questions/23438801/potential-memory-leak-in-cvcvtcolor-using-cv-bgr2hsv
The short description is I am seeing inconsistent memory usage and potentially a leak when using cvtColor and CV_BGR2HSV in iOS.
This is with the version of OpenCV that is installed with cocoapods, 2.4.7.
Associated revisions
Merge pull request #3675 from alalek:fix_coreTlsData
History
Updated by Alexander Shishkov almost 11 years ago
Thanks for the report! Could you please add some example project to reproduce your problem?
- Category set to ios
- Assignee set to Alexander Shishkov
- Difficulty set to Medium
Updated by Vadim Pisarevsky almost 10 years ago
if there is memleak, it should not be a problem related to iOS build
- Category changed from ios to imgproc, video
Updated by Vadim Pisarevsky almost 10 years ago
ok, I can not reproduce the problem and do not see any memory allocation operations in this branch. And because it's ARM, it cannot be hidden inside IPP. So I think, this is bug in user's code.
- Status changed from New to Cancelled