MCPcopy Create free account
hub / github.com/dirkvdb/ffmpegthumbnailer / ~LibHandle

Method ~LibHandle

main.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 }
238
239 ~LibHandle()
240 {
241 if (m_pLib) dlclose(m_pLib);
242 }
243
244 operator void*() const
245 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected