Merge commit '3f9e12e81e71090ddc9028554e77e7f29717480b'

This commit is contained in:
Scott R Charlton 2020-01-02 19:25:16 -07:00
commit fb387bafdf

View File

@ -1,4 +1,13 @@
Version @PHREEQC_VER@: @PHREEQC_DATE@
---------------
January 2, 2020
---------------
PHREEQC: Fixed bug in TRANSPORT. The function GFW was used in a Basic program
on elements that were not found in the database. This led to increasing the
count of elements. The original number of elements was used to allocate space
for transport, but the incremented number was used to free space, which caused
a segmentation fault.
-----------------
November 20, 2019