MCPcopy Create free account
hub / github.com/ddopson/node-segfault-handler / ~StackWalker

Method ~StackWalker

src/StackWalker.cpp:764–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762}
763
764StackWalker::~StackWalker()
765{
766 if (m_szSymPath != NULL)
767 free(m_szSymPath);
768 m_szSymPath = NULL;
769 if (this->m_sw != NULL)
770 delete this->m_sw;
771 this->m_sw = NULL;
772}
773
774BOOL StackWalker::LoadModules()
775{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected