Skip to content

GribReader: Fixed level consistency check and memory leak of unsupported variables.

Thorwin Vogt requested to merge devel_fix_grib_reader into master

Fixed an issue with the grib reader introduced with !237 (merged), where level consistency check was wrongly done. Fixed a memory leak with unsupported variables, where their info object was not correctly deleted.

Merge request reports