This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320DM8168: OMX Component Memory Leak

Part Number: TMS320DM8168

Hi

We are using the EZSDK version 5_05_02_00, and we developed our own application to Capture and Encode the Video based on the "Capture_encode" example program given in the EZSDK.

Now we found the Memory leak issue in the application. ( we have analyzed our Encoder application using GNU C library calls "mtrace() & muntrace();" which is in "mcheck.h" ).

To debug the issue we just created the application which will init OMX by calling OMX_Init();  and deinit the OMX by calling OMX_Deinit(). in this application also we found the memory leak,

Please help us to resolve the issue

Regards

R.Abdul Rahman