mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +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;
|
||||
|
||||
add_emoji (box, FALSE, item, 0);
|
||||
g_variant_unref (item);
|
||||
}
|
||||
|
||||
g_bytes_unref (bytes);
|
||||
|
Loading…
Reference in New Issue
Block a user