ecore-wl2: Fix derefence after null check
authorChris Michael <cpmichael@osg.samsung.com>
Thu, 30 Jun 2016 15:01:22 +0000 (11:01 -0400)
committerChris Michael <cpmichael@osg.samsung.com>
Thu, 30 Jun 2016 15:01:22 +0000 (11:01 -0400)
commit0eac1e43728da297db26027ca242f0fc2343fb4a
tree34774bc55f353f192eb512cf81e9862355a76837
parentdce25efef43f08ae28842f5eba5c807e54352ac1
ecore-wl2: Fix derefence after null check

'window' here could potentially be null so we should be checking that
it is valid before trying to assign event window

Fixes Coverity CID1357148

@fix

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
src/lib/ecore_wl2/ecore_wl2_input.c