Skip to content
New issue

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

why the release code double free explicitly ?? #14

Open
littlewater opened this issue Feb 12, 2017 · 0 comments
Open

why the release code double free explicitly ?? #14

littlewater opened this issue Feb 12, 2017 · 0 comments

Comments

@littlewater
Copy link

littlewater commented Feb 12, 2017

Don't know why Line.120 code :
//* Destroy the stream buffer manager.
if(p->pSbm != NULL)
SbmDestroy(p->pSbm);

if(p->pSbm != NULL)
SbmDestroy(p->pSbm);
caused the program crashed at the end stage of DestroyVideoDecoder. Could I remove the second one for correction ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant