This commit is contained in:
jrp2014 2018-03-25 12:26:19 +01:00
parent d123e477db
commit 328aa227a7

View File

@ -65,10 +65,6 @@ namespace chaiscript
DLSym<Create_Module_Func> m_func;
ModulePtr m_moduleptr{};
};
inline Loadable_Module::DLModule::~DLModule() {
dlclose(m_data);
}
}
}
#endif