Revert commit r81335

The free was added to avoid leaks, but it was causing double free when building
the examples instead. If there is still a leak, we need a proper fix.

Patch by: Rafael Fonseca <r4f4rfs@gmail.com>



SVN revision: 82001
This commit is contained in:
Rafael Fonseca 2013-01-02 17:37:04 +00:00 committed by Rafael Fonseca
parent 1282bb2754
commit d70f74dc2f
1 changed files with 0 additions and 1 deletions

View File

@ -846,7 +846,6 @@ _parse_parts(Evas_Object *ed)
free(ei);
}
free(apiname);
return ret;
}