Detected memory leaks!

asked 2013-05-29 20:19:11 -0600

wuling gravatar image

Hi all,I use VS2008 & >=opencv2.4.4. When I use imread to load image file ,it's ok. But I close the application then,vs output show:

Detected memory leaks!
Dumping objects ->
{348} normal block at 0x07F307F8, 47 bytes long.
 Data: <JPEG-2000 Code S> 4A 50 45 47 2D 32 30 30 30 20 43 6F 64 65 20 53 
{347} normal block at 0x07E59570, 4 bytes long.
 Data: <jpc > 6A 70 63 00 
{346} normal block at 0x07E5FFE0, 4 bytes long.
 Data: <jpc > 6A 70 63 00 
{345} normal block at 0x07E5FF70, 51 bytes long.
 Data: <JPEG-2000 JP2 Fi> 4A 50 45 47 2D 32 30 30 30 20 4A 50 32 20 46 69 
{344} normal block at 0x07E54320, 4 bytes long.
.......................

Does anyone have any solution?

edit retag flag offensive close merge delete

Comments

Can you publish small reproducer application? I recommend you to add an issue on project bug tracker: http://code.opencv.org

Alexander Smorkalov gravatar imageAlexander Smorkalov ( 2013-05-30 01:31:30 -0600 )edit

hi, wuling,

how did you get that output ?

(what did you have to do in vs2008, to show the memleaks ?)

i'm curious ;)

berak gravatar imageberak ( 2013-05-31 03:04:39 -0600 )edit

Hi, I post http://code.opencv.org, the title is the same. There are a image file to show all message. It shows in "Output windows" and in "debug mode"

wuling gravatar imagewuling ( 2013-05-31 03:41:05 -0600 )edit