diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-11-16 18:34:40 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-11-16 18:34:40 -0500 |
commit | f2ffd637167295f9c5aa7b7643a621287068cc29 (patch) | |
tree | 28244a57888f43fc25b184540205d02e03bf833b /indra/llimage/llpngwrapper.cpp | |
parent | dfc0785857249120c7f10b9cbcfce4c3b801ced2 (diff) |
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.
Diffstat (limited to 'indra/llimage/llpngwrapper.cpp')
0 files changed, 0 insertions, 0 deletions