Merge branch 'ebassi/atspi-path-sanitize' into 'master'

a11y: Fix leak

See merge request GNOME/gtk!3072
This commit is contained in:
Emmanuele Bassi 2021-01-12 12:37:31 +00:00
commit b33ca43e14

View File

@ -680,6 +680,8 @@ gtk_at_spi_root_constructed (GObject *gobject)
"/a11y",
NULL);
g_free (base_name);
/* Turn potentially invalid program names into something that can be
* used as a DBus path
*/