diff dep/animone/src/a11y/atspi.cc @ 411:02a670a8e1c4

*: fix build fails
author Paper <paper@tflc.us>
date Sat, 25 Jul 2026 14:22:44 -0400
parents a65a43766b22
children
line wrap: on
line diff
--- a/dep/animone/src/a11y/atspi.cc	Thu Apr 02 01:09:09 2026 -0400
+++ b/dep/animone/src/a11y/atspi.cc	Sat Jul 25 14:22:44 2026 -0400
@@ -66,7 +66,7 @@
 	gchar *title = atspi_accessible_get_name(application.get(), NULL);
 	if (title) {
 		web_browser_proc({WebBrowserInformationType::Title, title});
-		::g_free(title);
+		(::g_free)(title);
 	}
 
 	// TODO need to find address and tab? idk