mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-08 10:46:59 +08:00
fix
This commit is contained in:
parent
d123e477db
commit
328aa227a7
@ -65,10 +65,6 @@ namespace chaiscript
|
|||||||
DLSym<Create_Module_Func> m_func;
|
DLSym<Create_Module_Func> m_func;
|
||||||
ModulePtr m_moduleptr{};
|
ModulePtr m_moduleptr{};
|
||||||
};
|
};
|
||||||
|
|
||||||
inline Loadable_Module::DLModule::~DLModule() {
|
|
||||||
dlclose(m_data);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user