evas_callbacks: check if obj is NULL before using it
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 25 Sep 2019 10:53:53 +0000 (06:53 -0400)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 25 Sep 2019 21:12:44 +0000 (06:12 +0900)
commitc3b1325e6cea47e805a76b5c5d17a695e337bb59
tree48155397372d82a844236ca4a1f5c73c3feed6ea
parent15869482ec744163252c495c3aaf8e5ac988c65a
evas_callbacks: check if obj is NULL before using it

Summary:
evas_object_callbacks_finalized could take NULL obj because
_efl_canvas_object_efl_object_finalize could call it with NULL obj.

Reviewers: bu5hm4n, jsuya, Hermet

Reviewed By: bu5hm4n

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10141
src/lib/evas/canvas/evas_callbacks.c