From 9f86209963f2e9d40f3925a8e898b8e0ae13a281 Mon Sep 17 00:00:00 2001 From: Ansariel Hiller Date: Mon, 25 Nov 2024 18:01:03 +0100 Subject: Fix memory leak in LLVertexBuffer (#3144) --- indra/llrender/llvertexbuffer.cpp | 3 --- 1 file changed, 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; -- cgit v1.2.3