a11y: Fix leak

Introduced by me in commit 03b60a2d5e.
This commit is contained in:
Emmanuele Bassi 2021-01-12 12:00:51 +00:00
parent ff34124394
commit a56b2900dd

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
*/