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:
Tim-Philipp Müller 2012-10-19 19:24:23 +01:00
parent 35cd53867c
commit aa3ba65eb5

View file

@ -7320,6 +7320,7 @@ qtdemux_parse_trak (GstQTDemux * qtdemux, GNode * trak)
if (extra)
gst_buffer_unref (extra);
g_free (header);
}
}
} else