summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-09-27 05:40:54 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-09-27 05:40:54 -0400
commitd39c862f856f45f83cd11ac5eb127a0b826a5b3f (patch)
treec356821bbeabbf0c6890e405abc34b97e9b67a5d /indra/llcommon
parenta2b76b69ca1a29e40616d9279a25f9dd22a81127 (diff)
Automate memory management in JPEG2KEncode and JPEG2KDecode.
Instead of using strdup() and free() to store comment_text in JPEG2KEncode, store a std::string. Similarly, instead of manually managing pointers to encoder, decoder, image, stream and codestream_info in JPEG2KDecode and JPEG2KEncode, use std::unique_ptr for each, specifying their respective deleter functions.
Diffstat (limited to 'indra/llcommon')
0 files changed, 0 insertions, 0 deletions