mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 10:50:08 +00:00
emojichooser: Plug memory leak
This commit is contained in:
parent
6f71e40546
commit
e0623fb5ad
@ -362,6 +362,7 @@ populate_emoji_chooser (GtkEmojiChooser *chooser)
|
|||||||
box = chooser->flags.box;
|
box = chooser->flags.box;
|
||||||
|
|
||||||
add_emoji (box, FALSE, item, 0);
|
add_emoji (box, FALSE, item, 0);
|
||||||
|
g_variant_unref (item);
|
||||||
}
|
}
|
||||||
|
|
||||||
g_bytes_unref (bytes);
|
g_bytes_unref (bytes);
|
||||||
|
Loading…
Reference in New Issue
Block a user