We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
968 7. Condition OMX_ErrorNone != (rc = (*p_hdl->SetCallbacks)((OMX_HANDLETYPE)p_hdl, ap_msg->p_callbacks, ap_msg->p_app_data)), taking true branch 969 if (OMX_ErrorNone 970 != (rc = p_hdl->SetCallbacks ((OMX_HANDLETYPE) p_hdl, 971 ap_msg->p_callbacks, 972 ap_msg->p_app_data))) 973 { 974 TIZ_LOG (TIZ_PRIORITY_ERROR, "[%s] : Call to SetCallbacks failed", 975 tiz_err_to_str (rc)); CID 1087246 (#3 of 3): Resource leak (RESOURCE_LEAK) 8. leaked_storage: Variable p_dl_hdl going out of scope leaks the storage it points to. 976 return rc; 977 } 978 979 *(ap_msg->pp_hdl) = p_hdl; 980 p_reg_item->p_hdl = p_hdl; 981 p_reg_item->p_dl_hdl = p_dl_hdl; 982 } 983 } 984 else
The text was updated successfully, but these errors were encountered:
afe6317
No branches or pull requests
The text was updated successfully, but these errors were encountered: