edje-codegen: Now really fix the mem leak without running into a double free.
authorStefan Schmidt <s.schmidt@samsung.com>
Thu, 13 Jun 2013 13:28:07 +0000 (14:28 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 14 Jun 2013 09:54:19 +0000 (10:54 +0100)
commit90aee3addd577461c3bf1b8d52fb816f80c6c45e
tree11841482f5de82465eb8292fefb58e08ba81e82c
parent64c7bd14df859791522482fea6a5893b67ddc33e
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.
src/bin/edje/edje_codegen.c