A code for calculating the standard state thermodynamic properties at a given temperature and pressure.
GNU Lesser General Public License v2.1
26
stars
8
forks
source link
Memory leak in `thermoPropertiesGasCORK` #48
Closed
allanleal closed 1 year ago
In method
thermoPropertiesGasCORK
, fileGasCORK.cpp
, memory is allocated usingnew
:but it is never freed.
This was determined using
valgrind
, when running it over all Reaktoro's C++ tests. This is what it produced: