dvbbasebin: unref pat table after usage

Remember to unref the GPtrArray of the PAT table after
use
This commit is contained in:
Thiago Santos 2016-03-07 19:06:19 -03:00
parent 1f3852c667
commit c77e9c8cda

View file

@ -1096,6 +1096,7 @@ dvb_base_bin_pat_info_cb (DvbBaseBin * dvbbasebin, GstMpegtsSection * section)
rebuild_filter = TRUE;
}
}
g_ptr_array_unref (pat);
if (rebuild_filter)
dvb_base_bin_rebuild_filter (dvbbasebin);