mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-05 02:09:37 +00:00
ARGH, s/g_free_error/g_clear_error/
This commit is contained in:
parent
4b7d7338bc
commit
0aef32eb90
3 changed files with 3 additions and 3 deletions
|
@ -429,7 +429,7 @@ linux_input_read_event (GIOChannel *io,
|
|||
g_object_set (input, "name", name, NULL);
|
||||
g_free (name);
|
||||
|
||||
g_free_error (&error);
|
||||
g_clear_error (&error);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue