edje_cc: Fix dereference before null check
authorChris Michael <cp.michael@samsung.com>
Thu, 25 Jun 2015 18:59:28 +0000 (14:59 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 25 Jun 2015 18:59:28 +0000 (14:59 -0400)
commit30363956f1d1cb8d0457ccf784400baa2ff8f5c8
tree2d406ea5a6de04df740cb057a77f62ce0cc85ae8
parent6949d1193eb7f3f7d9218157e78cdf1de5ba8c23
edje_cc: Fix dereference before null check

Summary: Fix Coverity CID1302700 which reports a dereference before
null check. Basically, it is safe to call free() with a possible NULL
value so we can remove the 'if' check here.

@fix

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