Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
As always, forgot windows build
authorBruno Donassolo <bruno.donassolo@inria.fr>
Mon, 7 Jun 2021 14:03:21 +0000 (16:03 +0200)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Mon, 7 Jun 2021 14:03:21 +0000 (16:03 +0200)
src/kernel/EngineImpl.cpp

index 5832916..9f9b496 100644 (file)
@@ -65,8 +65,10 @@ EngineImpl::~EngineImpl()
 #endif
   /* clear models before freeing handle, network models can use external callback defined in the handle */
   models_prio_.clear();
+#ifndef _WIN32
   if (platf_handle_)
     dlclose(platf_handle_);
+#endif
 }
 
 void EngineImpl::load_platform(const std::string& platf)