subsurface: use eina_safety to be loud on invalid parameters. 96/241396/4
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 19 Aug 2020 08:20:25 +0000 (17:20 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Sun, 23 Aug 2020 23:38:00 +0000 (23:38 +0000)
commit2e4cffc344832c48d7115363d574472551078e1d
treeb135f2471e479cca6b877ee2eccde6581030464f
parenta900709d075586b31e2178271061cbe39463add4
subsurface: use eina_safety to be loud on invalid parameters.

it should use eina_safety_checks when it comes to the variable that must
not be null. this will make noise and let us know about the misuse.

Change-Id: Ia3eb72eb249e4757e1ef651f0bb5c9acf6b1727f
src/bin/e_comp_wl_subsurface.c