stacktrace icon indicating copy to clipboard operation
stacktrace copied to clipboard

End WinDbg session to prevent memory from leaking

Open akarpovskii opened this issue 3 years ago • 0 comments

If BOOST_STACKTRACE_USE_WINDBG is defined, the implementation of stacktrace::to_string opens a new WinDbg session each time without ending the previous one which results in leaking memory (see #111).

This PR adds the missing EndSession call in the debugging_symbols destructor.

akarpovskii avatar Feb 18 '22 18:02 akarpovskii