Loading repos.lnk 0 → 100644 +1.08 KiB File added.No diff preview for this file type. View file src/conf.cpp +5 −2 Original line number Diff line number Diff line Loading @@ -196,6 +196,8 @@ confplus::Config::Config(const std::string &path) { } confplus::Config::~Config() { firstData.reset(); destroy_t *destroy_plugin = (destroy_t*)GetProcAddress((HMODULE)_BackendData, "destroy"); if (destroy_plugin != nullptr) { Loading Loading @@ -249,6 +251,7 @@ confplus::Config::Config(const std::string &path){ } confplus::Config::~Config(){ firstData.reset(); dlerror(); destroy_t* destroy_plugin = (destroy_t*) dlsym(_BackendData, "destroy"); const char* dlsym_error = dlerror(); Loading @@ -273,7 +276,7 @@ dlerror(); _BackendData = nullptr; } firstData.reset(); } #endif Loading Loading
src/conf.cpp +5 −2 Original line number Diff line number Diff line Loading @@ -196,6 +196,8 @@ confplus::Config::Config(const std::string &path) { } confplus::Config::~Config() { firstData.reset(); destroy_t *destroy_plugin = (destroy_t*)GetProcAddress((HMODULE)_BackendData, "destroy"); if (destroy_plugin != nullptr) { Loading Loading @@ -249,6 +251,7 @@ confplus::Config::Config(const std::string &path){ } confplus::Config::~Config(){ firstData.reset(); dlerror(); destroy_t* destroy_plugin = (destroy_t*) dlsym(_BackendData, "destroy"); const char* dlsym_error = dlerror(); Loading @@ -273,7 +276,7 @@ dlerror(); _BackendData = nullptr; } firstData.reset(); } #endif Loading