gtkuimanager: don't use g_clear_pointer
it's too new and cool to hang out with gtk+ 3.4.
This commit is contained in:
committed by
Matthias Clasen
parent
e83ec9359c
commit
50ea273bc1
@@ -1398,7 +1398,8 @@ free_node (GNode *node)
|
||||
g_clear_object (&info->action);
|
||||
g_clear_object (&info->proxy);
|
||||
g_clear_object (&info->extra);
|
||||
g_clear_pointer (&info->name, g_free);
|
||||
g_free (info->name);
|
||||
info->name = NULL;
|
||||
g_slice_free (Node, info);
|
||||
node->data = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user