You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,6 @@ or [Download v8.3.0](https://github.com/jacobwilliams/json-fortran/releases/tag/
62
62
63
63
**Bug Fixes:**
64
64
65
-
- Fixed a memory leak with parsing invalid JSON. Also fixed some unit test memory issues [\#494](https://github.com/jacobwilliams/json-fortran/issues/494) ([jacobwilliams](https://github.com/jacobwilliams))
66
65
- Fixed a minor standards violation [\#510](https://github.com/jacobwilliams/json-fortran/issues/510)[\#511](https://github.com/jacobwilliams/json-fortran/pull/511) ([jacobwilliams](https://github.com/jacobwilliams))
67
66
- Minor changes to work around issues with nvfortran compiler [\#496](https://github.com/jacobwilliams/json-fortran/pull/496) ([vyu16](https://github.com/vyu16))
68
67
@@ -79,8 +78,7 @@ or [Download v8.2.5](https://github.com/jacobwilliams/json-fortran/releases/tag/
79
78
**Bug Fixes:**
80
79
81
80
- Fixed a potential uninitialized variable issue in `get_current_line_from_file_stream`
82
-
- Fixed a memory leak when parsing an invalid JSON
83
-
- Fixed various memory issues in the unit tests [\#495](https://github.com/jacobwilliams/json-fortran/pull/495) ([jacobwilliams](https://github.com/jacobwilliams))
81
+
- Fixed a memory leak when parsing an invalid JSON. Fixed various memory issues in the unit tests [\#494](https://github.com/jacobwilliams/json-fortran/issues/494)[\#495](https://github.com/jacobwilliams/json-fortran/pull/495) ([jacobwilliams](https://github.com/jacobwilliams))
0 commit comments