Kodi Community Forum

Full Version: [MAC] Memory leaks everytime VDADecoderDecode is called
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,
I have just run xbmc through Instruments to find memory leaks and I noticed that everytime the function VDADecoderDecode is called, a 16 bytes leak is recorded.
Is it normal? Is there a leak in Apple API?
show me Smile Instruments will show what is being leaked.
davilla Wrote:show me Smile Instruments will show what is being leaked.

Are these images enought? Sorry but I use Instruments very rarely..

http://dl.dropbox.com/u/11879013/img1.png
http://dl.dropbox.com/u/11879013/img2.png
http://dl.dropbox.com/u/11879013/img3.png
http://dl.dropbox.com/u/11879013/img4.png
VDADecoderDecode is apple's API. As far as I know, we are using the API in the proper way. So must be an apple bug.
davilla Wrote:VDADecoderDecode is apple's API. As far as I know, we are using the API in the proper way. So must be an apple bug.

Is it the case for file a bug at Apple?
I want to inform you that this leak has been fixed in Lion
Andrea3000 Wrote:I want to inform you that this leak has been fixed in Lion

...to bad the audio bug hasn't No