mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
gmenu: Remove stray semicolon in g_menu_clear_item()
This commit is contained in:
parent
7114888251
commit
1ee55a30f6
@ -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…
x
Reference in New Issue
Block a user