bbopt / nomad

NOMAD - A blackbox optimization software
https://nomad-4-user-guide.readthedocs.io/
GNU Lesser General Public License v3.0
120 stars 23 forks source link

NomadProblem not freed in C interface #160

Open paulapatience opened 9 months ago

paulapatience commented 9 months ago

A NomadProblem is allocated in createNomadProblem but does not seem to be freed in freeNomadProblem. Am I missing something?

salomonl commented 9 months ago

Not really. It is a mistake of our part. We will fix it. Thank you for spotting it.

salomonl commented 9 months ago

Corrected for the next release.