allwinner-zh / media-codec

Video and audio deconde/encode libraries.
Other
175 stars 124 forks source link

why the release code double free explicitly ?? #14

Open littlewater opened 7 years ago

littlewater commented 7 years ago

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 ??