From ae35bd1e0863b384f34c1ec8c0fe34096a835e5b Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 26 Aug 2011 10:42:09 +0100 Subject: [PATCH] wacom: Fix memory leak --- panels/wacom/cc-wacom-panel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/panels/wacom/cc-wacom-panel.c b/panels/wacom/cc-wacom-panel.c index 5d0478cef..a329554d4 100644 --- a/panels/wacom/cc-wacom-panel.c +++ b/panels/wacom/cc-wacom-panel.c @@ -414,6 +414,7 @@ cc_wacom_panel_init (CcWacomPanel *self) { g_warning ("Error loading UI file: %s", error->message); g_object_unref (priv->builder); + g_error_free (error); return; }