提交 af09548b 编写于 作者: Y yangdan07

fix(ff_ffplay.c): fix the destory function bugs

上级 00c524be
......@@ -4022,9 +4022,7 @@ void ffp_destroy(FFPlayer *ffp)
ffpipenode_free_p(&ffp->node_vdec);
ffpipeline_free_p(&ffp->pipeline);
ijkmeta_destroy_p(&ffp->meta);
if (ffp->is_manifest) {
las_stat_destroy(&ffp->las_player_statistic);
}
las_stat_destroy(&ffp->las_player_statistic);
ffp_reset_internal(ffp);
SDL_DestroyMutexP(&ffp->af_mutex);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册