diff options
author | Amitesh Singh <amitesh.sh@samsung.com> | 2014-09-22 14:52:10 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2014-09-22 14:59:27 +0200 |
commit | 8ebf5d49b26bc7a9310a6319d280a6dd42d6dc07 (patch) | |
tree | 4787334f30df284d37851101744b578ec40aef22 /src/bin/edje | |
parent | 6baada490e87fcdae3e0e053fb345d7c44053b20 (diff) |
epp: fix memory leak.
Reviewers: cedric, seoz
Subscribers: cedric, seoz
Differential Revision: https://phab.enlightenment.org/D1470
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/bin/edje')
-rw-r--r-- | src/bin/edje/epp/cpplib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/edje/epp/cpplib.c b/src/bin/edje/epp/cpplib.c index 7c371cfd69..f4cbb1fb25 100644 --- a/src/bin/edje/epp/cpplib.c +++ b/src/bin/edje/epp/cpplib.c | |||
@@ -5941,6 +5941,7 @@ push_parse_file(cpp_reader * pfile, const char *fname) | |||
5941 | } | 5941 | } |
5942 | } | 5942 | } |
5943 | } | 5943 | } |
5944 | free(default_prefix); | ||
5944 | /* Search ordinary names for GNU include directories. */ | 5945 | /* Search ordinary names for GNU include directories. */ |
5945 | for (di = include_defaults; di->fname; di++) | 5946 | for (di = include_defaults; di->fname; di++) |
5946 | { | 5947 | { |