mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
Merge branch 'ebassi/atspi-path-sanitize' into 'master'
a11y: Fix leak See merge request GNOME/gtk!3072
This commit is contained in:
commit
b33ca43e14
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user