Skip to content

Commit 714c698

Browse files
authored
Add missing va_end (#2301)
1 parent b935295 commit 714c698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

indra/newview/pipeline.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10668,6 +10668,7 @@ bool LLPipeline::hasAnyRenderType(U32 type, ...) const
1066810668
{
1066910669
if (mRenderTypeEnabled[type])
1067010670
{
10671+
va_end(args);
1067110672
return true;
1067210673
}
1067310674
type = va_arg(args, U32);

0 commit comments

Comments
 (0)