MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / bfdCloseCtx

Method bfdCloseCtx

source/utils/StackTraceWinMinGW.cpp:188–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void StackTracePrintPrivateData::bfdCloseCtx(struct BfdCtx* bfdCtx)
189{
190 if(bfdCtx)
191 {
192 if(bfdCtx->symbol)
193 free(bfdCtx->symbol);
194
195 if(bfdCtx->handle)
196 bfd_close(bfdCtx->handle);
197 }
198}
199
200LONG WINAPI StackTracePrintPrivateData::exceptionFilter(LPEXCEPTION_POINTERS info)
201{

Callers 1

exceptionFilterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected