diff options
| -rw-r--r-- | indra/newview/llvlcomposition.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvlcomposition.cpp b/indra/newview/llvlcomposition.cpp index b915cce933..8d3b5cc8a5 100644 --- a/indra/newview/llvlcomposition.cpp +++ b/indra/newview/llvlcomposition.cpp @@ -608,7 +608,7 @@ namespace                  }              } -            if (is_final) { delete userdata; } +            if (is_final) { delete pending; }          };          tex->setLoadedCallback(cb, ddiscard, true, false, pending_image, nullptr);          tex->forceToSaveRawImage(ddiscard);  | 
