libcsdbg  1.28
C++ exception (and generic) stack trace debug library
void csdbg::util::on_lib_unload ( )
staticprotected

Library destructor.

Definition at line 42 of file util.cpp.

References m_config.

43 {
44  delete m_config;
45  m_config = NULL;
46 }
static chain< string > * m_config
Runtime configuration.
Definition: util.hpp:28