prevent double free on physics bodies on shutdown

SVN revision: 75861
This commit is contained in:
Mike Blumenkrantz 2012-08-30 09:53:11 +00:00
parent 5f41bccb39
commit b2dda596f2
1 changed files with 0 additions and 1 deletions

View File

@ -850,7 +850,6 @@ _e_mod_physics_del(E_Physics *p)
ephysics_world_del(p->world);
EINA_INLIST_FOREACH_SAFE(p->shelves, l, eps)
{
if (eps->body) ephysics_body_del(eps->body);
free(eps);
}
free(p);