mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
mpegtsbase: plug EIT string leak
This commit is contained in:
parent
c77e9c8cda
commit
dbd12ec82b
1 changed files with 1 additions and 0 deletions
|
@ -1029,6 +1029,7 @@ mpegts_base_get_tags_from_eit (MpegTSBase * base, GstMpegtsSection * section)
|
|||
program->tags =
|
||||
gst_tag_list_new (GST_TAG_TITLE, name, GST_TAG_DURATION,
|
||||
event->duration * GST_SECOND, NULL);
|
||||
g_free (name);
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue