mkv: plug minor memory leak
This commit is contained in:
parent
cdd6c6c7d3
commit
f69022390f
1 changed files with 2 additions and 0 deletions
|
@ -998,6 +998,8 @@ mk_mux_init(mk_mux_t *mkm, const char *title, const streaming_start_t *ss)
|
|||
|
||||
mk_write_queue(mkm, &q);
|
||||
|
||||
htsbuf_queue_flush(&q);
|
||||
|
||||
return mkm->error;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue