MCPcopy Create free account
hub / github.com/buzzySmile/qBreakpad / ~GlobalHandler

Method ~GlobalHandler

handler/BreakpadHandler.cpp:147–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147GlobalHandler::~GlobalHandler()
148{
149 if(m_fullyCreated) {
150 delete handler_;
151 handler_ = 0;
152 instance_ = 0;
153
154 reporterFullFileName_.clear();
155 }
156}
157
158bool GlobalHandler::writeMinidump()
159{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected