Skip to content

Commit

Permalink
mkv: fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoire committed Dec 15, 2013
1 parent f3f09df commit fb0c517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/demux/mkv/matroska_segment_parse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit fb0c517

Please sign in to comment.