mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
jifmux: Don't leak taglist
This commit is contained in:
parent
ec85dfaa61
commit
1f8ba27334
1 changed files with 1 additions and 0 deletions
|
@ -513,6 +513,7 @@ gst_jif_mux_mangle_markers (GstJifMux * self)
|
|||
}
|
||||
if (!tags) {
|
||||
tags = gst_tag_list_new ();
|
||||
cleanup_tags = TRUE;
|
||||
}
|
||||
|
||||
GST_DEBUG_OBJECT (self, "Tags to be serialized %" GST_PTR_FORMAT, tags);
|
||||
|
|
Loading…
Reference in a new issue