Skip to content
Snippets Groups Projects
Commit 23595a37 authored by Marat Radchenko's avatar Marat Radchenko Committed by Pierre-Luc Bacon
Browse files

[PATCH] Fixed double-free error in preferences dialog

parent 315d64b9
No related branches found
No related tags found
Loading
......@@ -468,7 +468,7 @@ GtkTreeModel* createModel()
gdk_pixbuf_unref (pixbuf);
} else {
DEBUG ("Couldn't load icon: %s", error->message);
g_error_free (error);
g_clear_error (&error);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment