Merge pull request #33042 from qarmin/fix_leak_capsule_shape
Fix leak in Physics2DServerSW
This commit is contained in:
commit
930d6d8ca4
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue