Skip to content

Commit

Permalink
Merge PR #194 (remove memory leaks) into HEMCO 3.6.1
Browse files Browse the repository at this point in the history
This commit merges PR #194, which removes several memory leaks from
HEMCO Core and Standalone routines, into HEMCO 3.6.1.

NOTE: There are still some small memory leaks caused by allocation of
objects in hco_config_mod.F90 that are not freed.  It is difficult to
remove these without rewriting the code substantially.  We will leave
this to a later time, perhaps when converting the HEMCO configuration
file to YAML format.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Feb 28, 2023
2 parents cf7d4ed + 78d230d commit 317827d
Show file tree
Hide file tree
Showing 10 changed files with 1,035 additions and 502 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased 3.6.1]
### Added
- GEOS-only updates
- Removed several memory leaks in HEMCO Core and Standalone routines

## [3.6.0] - 2023-02-01
### Added
Expand Down
Loading

0 comments on commit 317827d

Please sign in to comment.