evas - events - protect on object deletion while calling callbacks
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 20 Jun 2019 11:08:14 +0000 (12:08 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 26 Jun 2019 01:39:30 +0000 (10:39 +0900)
commit7a6f0437b6c63f759b50d09e736170154f502439
tree653310246d8022b3f99e556d35ddd36e249b8afd
parentbf0bb9c04b2fc4acf0f7d22f47f28103c9939b40
evas - events - protect on object deletion while calling callbacks

mouse in/out feeds can call callabcks that can then go delete objects
- ref them all to ensure they stay alive while we use them. this will
fix a segv apbbb saw.
src/lib/evas/canvas/evas_events.c