mpegts: atsc: fix leak of short name
This commit is contained in:
parent
2874bff392
commit
1d233b7516
@ -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…
x
Reference in New Issue
Block a user