Loading media/libstagefright/omx/OMXNodeInstance.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -345,6 +345,8 @@ status_t OMXNodeInstance::freeNode(OMXMaster *master) { break; } Mutex::Autolock _l(mLock); ALOGV("[%x:%s] calling destroyComponentInstance", mNodeID, mName); OMX_ERRORTYPE err = master->destroyComponentInstance( static_cast<OMX_COMPONENTTYPE *>(mHandle)); Loading Loading
media/libstagefright/omx/OMXNodeInstance.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -345,6 +345,8 @@ status_t OMXNodeInstance::freeNode(OMXMaster *master) { break; } Mutex::Autolock _l(mLock); ALOGV("[%x:%s] calling destroyComponentInstance", mNodeID, mName); OMX_ERRORTYPE err = master->destroyComponentInstance( static_cast<OMX_COMPONENTTYPE *>(mHandle)); Loading