Hi,
after multiple times h264 profile add-delete( 30-35 times appx ) it hangs up with the following message.
*** glibc detected *** ./mainServer: corrupted double-linked list: 0x003d4fd8 ***
while debugged the source code we found the point at
VIDENC1_delete(m_pHandle); call, or some times refers to the point Buffer_delete(m_pOutBuffer) which is called inside our H264 instance close function. what could cause this issue.