diff options
author | Ansariel Hiller <Ansariel@users.noreply.github.com> | 2024-11-25 18:01:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-25 19:01:03 +0200 |
commit | 9f86209963f2e9d40f3925a8e898b8e0ae13a281 (patch) | |
tree | f58998f91e3203c23e8028abce44a36c366e4c53 | |
parent | b7924f77c6bb7388ba9d1611c2332da9c101dde0 (diff) |
Fix memory leak in LLVertexBuffer (#3144)
-rw-r--r-- | indra/llrender/llvertexbuffer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llrender/llvertexbuffer.cpp b/indra/llrender/llvertexbuffer.cpp index b2aa0eb675..1f0c424188 100644 --- a/indra/llrender/llvertexbuffer.cpp +++ b/indra/llrender/llvertexbuffer.cpp @@ -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; |