Skip to content

Commit

Permalink
Fix memory leak in LLVertexBuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansariel committed Nov 24, 2024
1 parent b7924f7 commit f2b14a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions indra/llrender/llvertexbuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -945,9 +945,6 @@ void LLVertexBuffer::initClass(LLWindow* window)
{
llassert(sVBOPool == nullptr);

LL_INFOS() << "VBO Pooling Disabled" << LL_ENDL;
sVBOPool = new LLAppleVBOPool();

if (gGLManager.mIsApple)
{
LL_INFOS() << "VBO Pooling Disabled" << LL_ENDL;
Expand Down

0 comments on commit f2b14a3

Please sign in to comment.