ecore_wl2: Prevent use after free on input deletion
authorDerek Foreman <derekf@osg.samsung.com>
Wed, 4 Jan 2017 17:40:17 +0000 (11:40 -0600)
committerDerek Foreman <derekf@osg.samsung.com>
Thu, 5 Jan 2017 19:40:31 +0000 (13:40 -0600)
commit120063ad76eac855ef87d87bba0fd82ba665d68f
treeec0f1c1f2fcc2478c73fa7e9d983b3925b96c368
parent8328d4db89d0d422677a62de890c10d0180a86f8
ecore_wl2: Prevent use after free on input deletion

Window structs keep inputs around, so we should sweep through them
and NULL out any stale ones on a delete.
src/lib/ecore_wl2/ecore_wl2_input.c