"README.rst" did not exist on "337102684b78ce860337f8c7db446fbc2b227553"
validate: reporter: break cyclic references with reports
My patch fixing monitor leak (15e7f1bb) introduced a ref cycle between GstValidateReporter and GstValidateReport. The reports uses its reporter so it needs a ref on it to ensure it's stay alive. But reports are owned by GstValidateReporter and/or GstValidateRunner. Fix this by not taking a reference on the reporter but instead caching its name. Reviewed-by:Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D1029
Please register or sign in to comment