mirror of https://github.com/ecmwf/eccodes.git
SUP-533: grib_release() missing in some Fortran GRIB-API examples
This commit is contained in:
parent
e770c0abcd
commit
aace61df7a
|
@ -87,6 +87,7 @@ program sample
|
|||
|
||||
enddo
|
||||
|
||||
call grib_release(igribsample)
|
||||
deallocate(v)
|
||||
deallocate(v1)
|
||||
deallocate(v2)
|
||||
|
|
Loading…
Reference in New Issue