mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Do not free stacked memory.
This commit is contained in:
parent
6ca4eaca83
commit
ef05689ade
@ -1,3 +1,8 @@
|
||||
2004-08-01 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* mkvmerge: bug fix: There was an illegal free() in the OGM
|
||||
reader.
|
||||
|
||||
2004-07-27 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* mkvextract: bug fix: The subtitle track extraction used the wrong
|
||||
|
@ -462,6 +462,7 @@ ogm_reader_c::create_packetizer(int64_t tid) {
|
||||
|
||||
mxinfo(FMT_TID "Using the video output module.\n", ti->fname,
|
||||
(int64_t)dmx->serial);
|
||||
ti->private_data = NULL;
|
||||
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user