Hi
I'm writing a Gstreamer based application for DM6443.
When I try to free the contigous memory buffers allocated at startup I get the following error message
CMEM Error: free: failed to free 0x40912000.
I used BufTab_create() to allocate the buffers and BufTab_delete() to free them. I get one error message for each buffer (I only call BufTab_delete() once)
My application (video decoder)is running fine to begin with, so the allocation of the buffers has obviously succeeded, it's when I try to shut things down it goes wrong.
I'm using Linux 2.6.27. Not sure which version cmem is, but it's the one distributed with DVSDK 2.00.00.15
Any ideas what could be wrong ?