You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ??
The text was updated successfully, but these errors were encountered:
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 ??
The text was updated successfully, but these errors were encountered: