mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
mpegts: atsc: fix leak of short name
This commit is contained in:
parent
2874bff392
commit
1d233b7516
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ _gst_mpegts_atsc_vct_source_copy (GstMpegtsAtscVCTSource * source)
|
||||||
static void
|
static void
|
||||||
_gst_mpegts_atsc_vct_source_free (GstMpegtsAtscVCTSource * source)
|
_gst_mpegts_atsc_vct_source_free (GstMpegtsAtscVCTSource * source)
|
||||||
{
|
{
|
||||||
|
g_free (source->short_name);
|
||||||
if (source->descriptors)
|
if (source->descriptors)
|
||||||
g_ptr_array_unref (source->descriptors);
|
g_ptr_array_unref (source->descriptors);
|
||||||
g_slice_free (GstMpegtsAtscVCTSource, source);
|
g_slice_free (GstMpegtsAtscVCTSource, source);
|
||||||
|
|
Loading…
Reference in a new issue