Revert "edje: prevent resource leak."

Summary:
This reverts commit f6eb1f17a1.

This will result into failure of edc compilation with recursive use of include.

Reviewers: cedric, raster, seoz

Reviewed By: seoz

Subscribers: chinmaya061, cedric, seoz

Differential Revision: https://phab.enlightenment.org/D1475

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Amitesh Singh 2014-09-23 11:06:16 +02:00 committed by Cedric BAIL
parent cbcb8e29ec
commit e66e132d9d
1 changed files with 0 additions and 2 deletions

View File

@ -3525,8 +3525,6 @@ do_include(cpp_reader * pfile, struct directive *keyword,
if (angle_brackets)
pfile->system_include_depth--;
}
if (fname)
free(fname);
return 0;
}