Entry: Fix leak of text in ensure_has_tooltip()
authorDaniel Boles <dboles@src.gnome.org>
Thu, 7 Sep 2017 13:53:59 +0000 (14:53 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Thu, 7 Sep 2017 13:54:14 +0000 (14:54 +0100)
commit660cc709fc546f7118fda189779e3a04a291934d
tree8d2b33b8dba02dcba69f48f85f9cc3c49f34a53e
parent70648318a3b88817f9c6ad2500ad04ef198c041e
Entry: Fix leak of text in ensure_has_tooltip()

Thanks to Mohammed Sadiq for noticing this. I guess I got
Widget.get_tooltip_text() confused with Label.get_label().

https://bugzilla.gnome.org/show_bug.cgi?id=787410
gtk/gtkentry.c