mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 14:32:31 +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);
|
schro_frame_unref (schro_frame);
|
||||||
}
|
}
|
||||||
|
if (tag)
|
||||||
|
schro_tag_free (tag);
|
||||||
if (!eos) {
|
if (!eos) {
|
||||||
go = FALSE;
|
go = FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue