mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 09:16:17 +01:00
gmenu: Remove stray semicolon in g_menu_clear_item()
This commit is contained in:
parent
598c3d233a
commit
c1ada372e9
@ -451,7 +451,7 @@ g_menu_clear_item (struct item *item)
|
||||
{
|
||||
if (item->attributes != NULL)
|
||||
g_hash_table_unref (item->attributes);
|
||||
if (item->links != NULL);
|
||||
if (item->links != NULL)
|
||||
g_hash_table_unref (item->links);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user