Skip to content

st/password-entry: Fix peek icon leak

Sebastian Keller requested to merge skeller/gnome-shell:peek-leak into master
==225146== 3,623 (2,400 direct, 1,223 indirect) bytes in 2 blocks are definitely lost in loss record 26,606 of 27,546
==225146==    at 0x4CA719A: g_type_create_instance (gtype.c:1845)
==225146==    by 0x4C8D315: g_object_constructor (gobject.c:2288)
==225146==    by 0x56C9243: clutter_actor_constructor (clutter-actor.c:6537)
==225146==    by 0x4C8D746: g_object_new_with_custom_constructor (gobject.c:1855)
==225146==    by 0x4C8D746: g_object_new_internal (gobject.c:1935)
==225146==    by 0x4C8EFEC: g_object_new_valist (gobject.c:2262)
==225146==    by 0x4C8F348: g_object_new (gobject.c:1780)
==225146==    by 0x5BF17B7: st_password_entry_init (st-password-entry.c:161)
==225146==    by 0x4CA709F: g_type_create_instance (gtype.c:1867)
==225146==    by 0x4C8D315: g_object_constructor (gobject.c:2288)
==225146==    by 0x56C9243: clutter_actor_constructor (clutter-actor.c:6537)
==225146==    by 0x4C8D746: g_object_new_with_custom_constructor (gobject.c:1855)
==225146==    by 0x4C8D746: g_object_new_internal (gobject.c:1935)
==225146==    by 0x4C8E83E: g_object_new_with_properties (gobject.c:2099)

Merge request reports