wacom: Fix memory leak
This commit is contained in:
parent
1c019ec610
commit
ae35bd1e08
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue