Fix leak in Physics2DServerSW

This commit is contained in:
Rafał Mikrut 2019-10-24 20:12:46 +02:00
parent 4ecc30cc5e
commit d468e28874

View File

@ -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();