Skip to content

Commit

Permalink
Merge pull request #33042 from qarmin/fix_leak_capsule_shape
Browse files Browse the repository at this point in the history
Fix leak in Physics2DServerSW
  • Loading branch information
akien-mga committed Oct 24, 2019
2 parents 68a5480 + d468e28 commit 930d6d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servers/physics_2d/physics_2d_server_wrap_mt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ void Physics2DServerWrapMT::finish() {
segment_shape_free_cached_ids();
circle_shape_free_cached_ids();
rectangle_shape_free_cached_ids();
capsule_shape_free_cached_ids();
convex_polygon_shape_free_cached_ids();
concave_polygon_shape_free_cached_ids();

Expand Down

0 comments on commit 930d6d8

Please sign in to comment.