From 714c6983f4cad754661654c09e9629b9d7a0db11 Mon Sep 17 00:00:00 2001 From: Ansariel Hiller Date: Thu, 15 Aug 2024 04:49:23 +0200 Subject: Add missing va_end (#2301) --- indra/newview/pipeline.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra') diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 1b2cffa6c9..a5c7350fd8 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -10668,6 +10668,7 @@ bool LLPipeline::hasAnyRenderType(U32 type, ...) const { if (mRenderTypeEnabled[type]) { + va_end(args); return true; } type = va_arg(args, U32); -- cgit v1.2.3