Memory Leak Fix - BVHStaticGeometryBuilder

Was resolved at some point over the last two weeks.
Reclaimed 4,518,880 bytes in 141,215 blocks
This commit is contained in:
Scott Giese 2020-08-23 22:38:06 -05:00
parent bd01e741ac
commit e1e70e8d33

View File

@ -50,11 +50,6 @@ public:
virtual ~BVHStaticGeometryBuilder() virtual ~BVHStaticGeometryBuilder()
{ {
// REVIEW: Memory Leak
// 4,518,880 bytes in 141,215 blocks are still reachable in loss record 15,491 of 15,501
// for (LeafRef ref : _leafRefList) {
// delete ref._leaf;
// }
} }
struct LeafRef { struct LeafRef {