diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2019-08-05 13:32:01 +0100 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2019-08-05 13:33:01 +0100 |
commit | ea48df482c85ac7958bfc0c0d953d90cf4292544 (patch) | |
tree | a26a358a131a215a3cd3c29760585b8ad14ca278 /src | |
parent | 8650c7d09d30f78e88d292d10760cab3037ee9c5 (diff) |
ephysics - fix stringshare double del
fix CID 1402707
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ephysics/ephysics_body.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ephysics/ephysics_body.cpp b/src/lib/ephysics/ephysics_body.cpp index b2a4ee9535..20b580446a 100644 --- a/src/lib/ephysics/ephysics_body.cpp +++ b/src/lib/ephysics/ephysics_body.cpp | |||
@@ -764,7 +764,6 @@ ephysics_body_collision_group_del(EPhysics_Body *body, const char *group) | |||
764 | 764 | ||
765 | body->collision_groups = eina_list_remove(body->collision_groups, group_str); | 765 | body->collision_groups = eina_list_remove(body->collision_groups, group_str); |
766 | eina_stringshare_del(group_str); | 766 | eina_stringshare_del(group_str); |
767 | eina_stringshare_del(group_str); | ||
768 | ephysics_world_lock_release(body->world); | 767 | ephysics_world_lock_release(body->world); |
769 | return EINA_TRUE; | 768 | return EINA_TRUE; |
770 | } | 769 | } |