You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an exception is thrown inside the luaCreate function of ArrowSampler, it looks like the _parms variable needs to be released via _parms->releaseLuaObject(). The same is true of the RasterObject robj variables that are added to the rasters vector. The list of robj RasterObjects also may need to be released as a part of the normal cleanup of the code during the ArrowSampler destructor for the private constructor case that takes the vector of rasters.
The text was updated successfully, but these errors were encountered:
When an exception is thrown inside the luaCreate function of ArrowSampler, it looks like the
_parms
variable needs to be released via_parms->releaseLuaObject()
. The same is true of the RasterObjectrobj
variables that are added to therasters
vector. The list ofrobj
RasterObjects also may need to be released as a part of the normal cleanup of the code during the ArrowSampler destructor for the private constructor case that takes the vector of rasters.The text was updated successfully, but these errors were encountered: