bbopt / nomad

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

NomadProblem not freed in C interface #160

Open paulapatience opened 5 months ago

paulapatience commented 5 months ago

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

salomonl commented 5 months ago

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

salomonl commented 5 months ago

Corrected for the next release.