mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Memleak fix.
This commit is contained in:
parent
0d26538d55
commit
4b49d77e8c
@ -40,8 +40,7 @@ MPEGFrame::MPEGFrame(binary* data, uint32_t size, bool bCopy){
|
||||
}
|
||||
|
||||
MPEGFrame::~MPEGFrame(){
|
||||
if (bCopy)
|
||||
safefree(data);
|
||||
safefree(data);
|
||||
}
|
||||
|
||||
void M2VParser::SetEOS(){
|
||||
|
Loading…
Reference in New Issue
Block a user