Potential Memory Leak in cvtColor for CV_BGR2HSV (Bug #3675)


Added by Alex Lindblad almost 11 years ago. Updated almost 10 years ago.


Status:Cancelled Start date:2014-05-05
Priority:Normal Due date:
Assignee:Alexander Shishkov % Done:

0%

Category:imgproc, video
Target version:-
Affected version:2.4.0 - 2.4.8 Operating System:iOS
Difficulty:Medium HW Platform:ARM
Pull request:

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

Revision 7854ef38
Added by Vadim Pisarevsky about 10 years ago

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

Also available in: Atom PDF