mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 08:12:17 +00:00
Forgotten free on error
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22028 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
885df0a639
commit
d7da0ebc20
@ -648,6 +648,8 @@ demux_mkv_decode (mkv_track_t *track, uint8_t *src, uint8_t **dest,
|
||||
{
|
||||
mp_msg (MSGT_DEMUX, MSGL_WARN,
|
||||
MSGTR_MPDEMUX_MKV_LzoDecompressionFailed);
|
||||
free(*dest);
|
||||
*dest = NULL;
|
||||
return modified;
|
||||
}
|
||||
mp_msg (MSGT_DEMUX, MSGL_DBG2,
|
||||
|
Loading…
Reference in New Issue
Block a user