jifmux: Don't leak taglist
This commit is contained in:
parent
ec85dfaa61
commit
1f8ba27334
@ -513,6 +513,7 @@ gst_jif_mux_mangle_markers (GstJifMux * self)
|
|||||||
}
|
}
|
||||||
if (!tags) {
|
if (!tags) {
|
||||||
tags = gst_tag_list_new ();
|
tags = gst_tag_list_new ();
|
||||||
|
cleanup_tags = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (self, "Tags to be serialized %" GST_PTR_FORMAT, tags);
|
GST_DEBUG_OBJECT (self, "Tags to be serialized %" GST_PTR_FORMAT, tags);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user