ephysics: no need to delete all the bodies on test

data del

It's already done when deleting the world.



SVN revision: 77457
This commit is contained in:
Bruno Dilly 2012-10-04 22:38:17 +00:00
parent a3eda42485
commit 6181303ab5
1 changed files with 3 additions and 1 deletions

View File

@ -126,7 +126,9 @@ test_clean(Test_Data *test_data)
void
test_data_del(Test_Data *test_data)
{
test_clean(test_data);
Evas_Object *evas_obj;
EINA_LIST_FREE(test_data->evas_objs, evas_obj)
evas_object_del(evas_obj);
evas_object_del(test_data->layout);
ephysics_world_del(test_data->world);
free(test_data);