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
608 const size_t uri_offset = offsetof (OMX_PARAM_CONTENTURITYPE, contentURI); 609 strncpy ((char *)p_uritype + uri_offset, uri.c_str (), uri_len); 610 p_uritype->contentURI[uri_len] = '\0'; 611 612 rc = OMX_SetParameter (handle, OMX_IndexParamContentURI, p_uritype); 613 614 tiz_mem_free (p_uritype); 615 p_uritype = NULL; 616 } CID 1352362 (#1 of 1): Resource leak (RESOURCE_LEAK) 7. leaked_storage: Variable p_uritype going out of scope leaks the storage it points to. 617 return rc; 618}
The text was updated successfully, but these errors were encountered:
a1d7947
No branches or pull requests
The text was updated successfully, but these errors were encountered: