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.

How to free All Buffer?



Hi, 

To terminate the application, I used Vdec_checkAllBuffersFreed(UInt32* isBufferFree) to check all buffer is freed, and sometimes 'isBufferFree' returns false.

So, I used Vdec_deleteChn() function for all created channel, but, when 'isBufferFree' is returned false, Vdec_deleteChn() is freezing. 

Is another way to freeing all buffer?