MCPcopy Create free account
hub / github.com/JochenKalmbach/StackWalker / ~StackWalker

Method ~StackWalker

Main/StackWalker/StackWalker.cpp:900–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898}
899
900StackWalker::~StackWalker()
901{
902 if (m_szSymPath != NULL)
903 free(m_szSymPath);
904 m_szSymPath = NULL;
905 if (this->m_sw != NULL)
906 delete this->m_sw;
907 this->m_sw = NULL;
908}
909
910BOOL StackWalker::LoadModules()
911{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected