qtdemux: don't leak gst_riff_strf_auds in case of MS/RIFF audio
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 19 Oct 2012 18:24:23 +0000 (19:24 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 19 Oct 2012 18:26:45 +0000 (19:26 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=681192

gst/isomp4/qtdemux.c

index 7c9b5a8..98ed3c3 100644 (file)
@@ -7320,6 +7320,7 @@ qtdemux_parse_trak (GstQTDemux * qtdemux, GNode * trak)
 
                 if (extra)
                   gst_buffer_unref (extra);
+                g_free (header);
               }
             }
           } else