schrodec: fix tag leak
This commit is contained in:
parent
fde139684f
commit
3942c8c753
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user