1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Remove exception handler during profiler destruction.

This commit is contained in:
Bartosz Taudul
2021-07-25 11:48:27 +02:00
parent 61c9e8e6d8
commit 924224501e
2 changed files with 8 additions and 1 deletions
+3
View File
@@ -812,6 +812,9 @@ private:
char* m_queryData;
char* m_queryDataPtr;
#if defined _WIN32 || defined __CYGWIN__
void* m_exceptionHandler;
#endif
#ifdef __linux__
struct {
struct sigaction pwr, ill, fpe, segv, pipe, bus, abrt;