mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
dvbbasebin: unref pat table after usage
Remember to unref the GPtrArray of the PAT table after use
This commit is contained in:
parent
1f3852c667
commit
c77e9c8cda
1 changed files with 1 additions and 0 deletions
|
@ -1096,6 +1096,7 @@ dvb_base_bin_pat_info_cb (DvbBaseBin * dvbbasebin, GstMpegtsSection * section)
|
||||||
rebuild_filter = TRUE;
|
rebuild_filter = TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
g_ptr_array_unref (pat);
|
||||||
|
|
||||||
if (rebuild_filter)
|
if (rebuild_filter)
|
||||||
dvb_base_bin_rebuild_filter (dvbbasebin);
|
dvb_base_bin_rebuild_filter (dvbbasebin);
|
||||||
|
|
Loading…
Reference in a new issue