Skip to content
Snippets Groups Projects
Commit f2ffd637 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

MAINT-7977: Release the LLRenderTargets when done.

A classic-C array doesn't destroy its individual elements, but a std::vector
does. Use a std::vector<LLRenderTarget> for dest, so each LLRenderTarget will
be destroyed. ~LLRenderTarget() calls its release() method.
parent dfc07858
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment