Skip to content

Commit

Permalink
Fixes memory leak in the land model
Browse files Browse the repository at this point in the history
Deallocates the landunit filter

Fixes #1736
  • Loading branch information
Gautam Bisht committed Aug 18, 2017
1 parent 0a46700 commit 97f2e76
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 97f2e76

Please sign in to comment.