Commit 6ad9a260 authored by Rémi Duraffort's avatar Rémi Duraffort

mkv: fix use-after-free and double-free

parent d2ff0942
......@@ -1769,7 +1769,6 @@ int32_t matroska_segment_c::TrackInit( mkv_track_t * p_tk )
}
else
{
free( psz_buf );
msg_Warn( &sys.demuxer, "reading original frame size for vobsub failed" );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment