mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
mpegts: Fix leak
The cell extension was never added to the parent cell CID #1212162
This commit is contained in:
parent
2dcbf08d73
commit
2b92709154
1 changed files with 1 additions and 0 deletions
|
@ -1661,6 +1661,7 @@ gst_mpegts_descriptor_parse_dvb_t2_delivery_system (const GstMpegTsDescriptor
|
|||
GstMpegTsT2DeliverySystemCellExtension *cell_ext;
|
||||
cell_ext = g_slice_new0 (GstMpegTsT2DeliverySystemCellExtension);
|
||||
|
||||
g_ptr_array_add (cell->sub_cells, cell_ext);
|
||||
cell_ext->cell_id_extension = *data;
|
||||
data += 1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue