eolian: Fix resource leak
authorChristopher Michael <cp.michael@samsung.com>
Tue, 12 Mar 2019 15:31:51 +0000 (11:31 -0400)
committerYeongjong Lee <yj34.lee@samsung.com>
Tue, 2 Apr 2019 03:45:17 +0000 (12:45 +0900)
commit9f0a8daba25998073f81d5145e0ecb5a177d9263
tree09d28a0d4260d4b7ecfe9b647e8799c2ce277697
parente1fd99c6e4eee1b9b447ac27ac55ca3434017656
eolian: Fix resource leak

Summary:
Small patch to fix a resource leak detected by Coverity. Coverity
reports that 'refls' going out of scope leaks the storage it points
to, so let's free it before we leave the function.

Fixes Coverity CID1399099
Depends on D8309

Reviewers: raster, cedric, q66, zmike, bu5hm4n, stefan

Reviewed By: q66

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8310
src/bin/eolian/sources.c