mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 02:58:24 +00:00
schrodec: fix tag leak
This commit is contained in:
parent
fde139684f
commit
3942c8c753
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue