thermohub / thermofun

A code for calculating the standard state thermodynamic properties at a given temperature and pressure.
https://thermohub.org/thermofun/thermofun/
GNU Lesser General Public License v2.1
26 stars 8 forks source link

Fixed memory leak in `thermoPropertiesGasCORK` #49

Closed allanleal closed 2 years ago

allanleal commented 2 years ago

Fixes #48.

allanleal commented 2 years ago

@gdmiron There are all sorts of issues now with spdlog, fmt, that I have no idea at the moment on how to solve them. If you could later have a look at this, I'd appreciate! This is not urgent. I just found out this bug and saw that I could quickly fix it.

gdmiron commented 2 years ago

@allanleal Thanks. I am trying to fix this. Had this problem with spdlog already, independent of your changes.