schrodec: fix tag leak

This commit is contained in:
Vincent Penquerc'h 2012-01-11 18:24:41 +00:00
parent fde139684f
commit 3942c8c753

View file

@ -571,6 +571,8 @@ gst_schro_dec_process (GstSchroDec * schro_dec, gboolean eos)
schro_frame_unref (schro_frame);
}
if (tag)
schro_tag_free (tag);
if (!eos) {
go = FALSE;
}