mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -7320,6 +7320,7 @@ qtdemux_parse_trak (GstQTDemux * qtdemux, GNode * trak)
|
|||
|
||||
if (extra)
|
||||
gst_buffer_unref (extra);
|
||||
g_free (header);
|
||||
}
|
||||
}
|
||||
} else
|
||||
|
|
Loading…
Reference in a new issue