qtdemux: don't leak gst_riff_strf_auds in case of MS/RIFF audio
https://bugzilla.gnome.org/show_bug.cgi?id=681192
This commit is contained in:
parent
35cd53867c
commit
aa3ba65eb5
@ -7320,6 +7320,7 @@ qtdemux_parse_trak (GstQTDemux * qtdemux, GNode * trak)
|
|||||||
|
|
||||||
if (extra)
|
if (extra)
|
||||||
gst_buffer_unref (extra);
|
gst_buffer_unref (extra);
|
||||||
|
g_free (header);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user