forked from AuroraMiddleware/gtk
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