call engine info_free() after output_free()

SVN revision: 42830
This commit is contained in:
Vincent Torri 2009-10-01 08:01:03 +00:00
parent 0a775ef90d
commit b770510734
1 changed files with 1 additions and 1 deletions

View File

@ -207,9 +207,9 @@ evas_free(Evas *e)
if (e->engine.func)
{
e->engine.func->info_free(e, e->engine.info);
e->engine.func->context_free(e->engine.data.output, e->engine.data.context);
e->engine.func->output_free(e->engine.data.output);
e->engine.func->info_free(e, e->engine.info);
}
for (i = 0; i < e->modifiers.mod.count; i++)