jifmux: Don't leak taglist
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 19 Dec 2010 11:00:25 +0000 (12:00 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 19 Dec 2010 11:00:25 +0000 (12:00 +0100)
gst/jpegformat/gstjifmux.c

index 8e1bc26..5308969 100644 (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);