id summary reporter owner description type status priority milestone component version severity resolution keywords cc 3953 Memory leak in BAG dataset rprinceley warmerdam "There appears to be one or more cases of missing H5?close calls in the BAG implementation. This is causing memory leaks. Also, we had to change nAttrSize in HDF5AttrIterate() from: {{{ nAttrSize = H5Tget_size( hAttrTypeID ); }}} to: {{{ nAttrSize = H5Aget_storage_size( hAttrID ); }}} Attached is a patch that adds these calls. We are still testing these, please review and include if appropriate. " defect closed normal 1.8.1 GDAL_Raster 1.8.0 normal fixed hdf5 bag gaopeng