Skip to content

Commit 425aa48

Browse files
committed
[core] Amendment to previous commit.
1 parent 6d0e6f9 commit 425aa48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/core/support/simplevector.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,9 @@ class VectorPool
627627
{
628628
if (initialPoolSize != 0)
629629
mPool.reserve(initialPoolSize);
630+
#ifdef POV_CORE_DEBUG
631+
mAllocCount = 0;
632+
#endif
630633
}
631634

632635
~VectorPool()

0 commit comments

Comments
 (0)