Commit fb0c517c authored by Rémi Duraffort's avatar Rémi Duraffort

mkv: fix memory leak

parent f3f09df3
......@@ -1769,6 +1769,7 @@ 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" );
return 1;
}
......
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