From f5ad78008ea864a19ca48e610c3b38c2de9fc06e Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Sun, 7 Nov 2010 08:43:41 -0500 Subject: Box some types, add missing header file, and other fixes --- atspi/atspi-application.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'atspi/atspi-application.c') diff --git a/atspi/atspi-application.c b/atspi/atspi-application.c index c037c4b4..6dbadce2 100644 --- a/atspi/atspi-application.c +++ b/atspi/atspi-application.c @@ -31,8 +31,10 @@ atspi_application_init (AtspiApplication *application) } static void -atspi_application_finalize (AtspiApplication *application) +atspi_application_finalize (GObject *obj) { + AtspiApplication *application = ATSPI_APPLICATION (obj); + if (application->bus_name) g_free (application->bus_name); } -- cgit v1.2.1