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
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user