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>
This commit is contained in:
Amitesh Singh 2014-09-22 14:52:10 +02:00 committed by Cedric BAIL
parent 6baada490e
commit 8ebf5d49b2
1 changed files with 1 additions and 0 deletions

View File

@ -5941,6 +5941,7 @@ push_parse_file(cpp_reader * pfile, const char *fname)
}
}
}
free(default_prefix);
/* Search ordinary names for GNU include directories. */
for (di = include_defaults; di->fname; di++)
{