EPhysics: free body and constraint list on test

SVN revision: 80985
This commit is contained in:
Leandro Dorileo 2012-12-14 20:04:24 +00:00
parent 35a3326371
commit 67a601e44c
1 changed files with 4 additions and 0 deletions

View File

@ -155,6 +155,10 @@ test_data_del(Test_Data *test_data)
Evas_Object *evas_obj;
EINA_LIST_FREE(test_data->evas_objs, evas_obj)
evas_object_del(evas_obj);
eina_list_free(test_data->bodies);
eina_list_free(test_data->constraints);
evas_object_del(test_data->layout);
ephysics_world_del(test_data->world);
free(test_data);