Skip to content

net/gstptpclock: fix double free of domain data during deinit

The attempt to free the domain data is happeing twice during the ptp deinit. Once while iterating through the list domain_data and second while iterating through the list domain_clocks, so this is crashing the application trying to gst_ptp_deinit

Merge request reports