[edje] Free up the allocated array memory to avoid leak
authorPrasoon Singh <prasoon.16@samsung.com>
Fri, 15 May 2020 15:55:38 +0000 (21:25 +0530)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 1 Jun 2020 04:46:27 +0000 (13:46 +0900)
commit8b65e8c91dfd506cea7b763064c96b6f14531ec0
treeed74a0e89d5eed94a77ae30b64d4e670a6c56999
parent419f87d21a1877336ca3b4338389aa7ae8b9b04b
[edje] Free up the allocated array memory to avoid leak

Allocated array is only freed when it is inside if block but for
other case array is not freed.

Change-Id: I6b838f5908ee1c0f3f455dfa690c7ce30ee0471b
Signed-off-by: Prasoon Singh <prasoon.16@samsung.com>
src/lib/edje/edje_calc.c