Esri / lerc

Limited Error Raster Compression
https://github.com/esri/lerc
Apache License 2.0
190 stars 56 forks source link

JS: fix small mem leak when noData band exists in ndim data #242

Closed wju closed 12 months ago

wju commented 1 year ago

A small memory that holds blob info wasn't released when nodata bands are encountered. This only happens when nDepth is more than 1 and when noData is actually used in one or more bands.