wacom: Fix memory leak

This commit is contained in:
Bastien Nocera 2011-08-26 10:42:09 +01:00
parent 1c019ec610
commit ae35bd1e08

View file

@ -414,6 +414,7 @@ cc_wacom_panel_init (CcWacomPanel *self)
{ {
g_warning ("Error loading UI file: %s", error->message); g_warning ("Error loading UI file: %s", error->message);
g_object_unref (priv->builder); g_object_unref (priv->builder);
g_error_free (error);
return; return;
} }