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:
parent
bd01e741ac
commit
e1e70e8d33
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user