Commit a73a4577 authored by David Fuhrmann's avatar David Fuhrmann Committed by Felix Paul Kühne

qtsound: fix memleak (close #13416)

(cherry picked from commit 8f30f623bae32f8826aa7e7a1b6259765b901ab5)
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 7eb15d31
......@@ -519,6 +519,8 @@ static int Demux(demux_t *p_demux)
if (p_blocka) {
if (!p_blocka->i_pts) {
block_Release(p_blocka);
// Nothing to transfer yet, just forget
msleep(10000);
return 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment