MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / ~Plugin

Method ~Plugin

Suscan/Plugin.cpp:180–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180Plugin::~Plugin()
181{
182 if (this->m_loaded) {
183 fprintf(
184 stderr,
185 "Critical: cannot destroy plugin `%s': plugin is loaded\n",
186 this->m_name.c_str());
187 abort();
188 }
189
190 if (this->m_handle != nullptr)
191 dlclose(this->m_handle);
192}
193
194void *
195Plugin::resolveSym(std::string const &sym)

Callers

nothing calls this directly

Calls 1

dlcloseFunction · 0.85

Tested by

no test coverage detected