Commit 8f30f623 authored by David Fuhrmann's avatar David Fuhrmann

qtsound: fix memleak (close #13416)

parent 0fa42c75
...@@ -519,6 +519,8 @@ static int Demux(demux_t *p_demux) ...@@ -519,6 +519,8 @@ static int Demux(demux_t *p_demux)
if (p_blocka) { if (p_blocka) {
if (!p_blocka->i_pts) { if (!p_blocka->i_pts) {
block_Release(p_blocka);
// Nothing to transfer yet, just forget // Nothing to transfer yet, just forget
msleep(10000); msleep(10000);
return 1; 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