Fix memleak reported by Coverity:
authorChris Michael <cp.michael@samsung.com>
Mon, 8 Jul 2013 12:13:15 +0000 (13:13 +0100)
committerChris Michael <cp.michael@samsung.com>
Mon, 8 Jul 2013 12:13:15 +0000 (13:13 +0100)
commit7fc497ee6e762f94ea0174340ef7154d4245fc38
tree2655444e2e3cdc9173315d72beff5603641f6701
parent61e17aa5c2921f82ac57cd3c2b3246c7a44ffced
Fix memleak reported by Coverity:
  If we have file And fname, then we can call the source_fetch_file
function, HOWEVER we may only have One or the Other in which case we
still need to potentially free the other.

NB: Fixes Coverity CID1039296

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