edje: Fix unchecked return value
authorChris Michael <cp.michael@samsung.com>
Thu, 21 Jul 2016 16:29:35 +0000 (12:29 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 21 Jul 2016 16:29:35 +0000 (12:29 -0400)
commit4555f5d5940d18f7d5e382803a5e4bd21b461980
tree086e127bf5ec32992ef8bf1514c1a75781c12214
parent3bc6e30d632c46015105407f44727ed39d502216
edje: Fix unchecked return value

Coverity reports that we call _circular_dependency_find here without
checking the return value

Fixes Coverity CID1349867

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/edje/edje_calc.c