Skip to content

Commit

Permalink
Merge branch 'bishtgautam/lnd/fix-mem-leak' (PR #1738)
Browse files Browse the repository at this point in the history
Fixes memory leak in the land model

Deallocates the landunit filter

Fixes #1736
[BFB]
  • Loading branch information
jqyin committed Aug 25, 2017
2 parents 1fefc44 + 97f2e76 commit ec5366b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/clm/src/biogeophys/SoilTemperatureMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ subroutine SoilTemperature(bounds, num_urbanl, filter_urbanl, num_nolakec, filte
! Free up memory
deallocate(filter_nolakec_and_nourbanc)
deallocate(filter_nolakec_and_urbanc )
deallocate(filter_lun )

end associate

Expand Down

0 comments on commit ec5366b

Please sign in to comment.