]> git.tdb.fi Git - libs/gltk.git/commitdiff
Clear saved input focus if the widget is removed from the container
authorMikko Rasa <tdb@tdb.fi>
Sun, 20 Aug 2023 20:25:02 +0000 (23:25 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 20 Aug 2023 21:52:42 +0000 (00:52 +0300)
Checking the saved focus widget's parent in focus_in can lead to use
after free if the widget was deleted in the meantime.


No differences found