Do not free stacked memory.

This commit is contained in:
Moritz Bunkus 2004-07-31 22:09:48 +00:00
parent 6ca4eaca83
commit ef05689ade
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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;