mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
player: actually close files on playback end
Regression since commit 75b1d504.
This commit is contained in:
@@ -90,7 +90,7 @@ static void uninit_demuxer(struct MPContext *mpctx)
|
||||
timeline_destroy(mpctx->tl);
|
||||
mpctx->tl = NULL;
|
||||
|
||||
free_demuxer(mpctx->master_demuxer);
|
||||
free_demuxer_and_stream(mpctx->master_demuxer);
|
||||
mpctx->master_demuxer = NULL;
|
||||
|
||||
talloc_free(mpctx->sources);
|
||||
|
||||
Reference in New Issue
Block a user