jifmux: Don't leak taglist

This commit is contained in:
Sebastian Dröge 2010-12-19 12:00:25 +01:00
parent ec85dfaa61
commit 1f8ba27334

View file

@ -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);