edje-codegen: Now really fix the mem leak without running into a double free.
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 14 Jun 2013 10:54:46 +0000 (11:54 +0100)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 27 Jun 2013 07:09:40 +0000 (16:09 +0900)
commita7495c7ba8f23eaa1652288d563d8dbb2bf36d58
tree6c385d65e9aadb75dd38cfeb5349acf7ec439620
parent2ccabb7365af99f4bfef96aad81dad4e2d336f6c
edje-codegen: Now really fix the mem leak without running into a double free.

The missing free was only for one of the paths to the end label. The other one
freed it before already. Take this into account to avoid the double free.

Backport from upstream 90aee3addd577461c3bf1b8d52fb816f80c6c45e

Change-Id: Ieffc4f5a05f54b21f06819028c9356af3a90648a
src/bin/edje_codegen.c