evas: prevent crash.
authorChunEon Park <chuneon.park@samsung.com>
Mon, 23 Mar 2015 13:00:27 +0000 (22:00 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Mon, 23 Mar 2015 13:00:27 +0000 (22:00 +0900)
commit105b0d75eee39db1410c3a8165e46d5344439ba1
tree2cc4eafabe3e2c844219ce8ffabf7775af406d0a
parent8e9a29cd0d6ddc7012257d404f0b13d82832416f
evas: prevent crash.

if user delete the interceptor in the interceptor callback,
the interceptors would be NULL.
So we need to check whether it's valid or not.

@fix
src/lib/evas/canvas/evas_object_intercept.c