Skip to content

Commit 0eefa73

Browse files
committed
don't throw from dtor
1 parent f9fec31 commit 0eefa73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntelPresentMon/CommonUtilities/log/ChannelFlusher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ namespace pmon::util::log
2525
}
2626
ChannelFlusher::~ChannelFlusher()
2727
{
28-
exitEvent_.Set();
28+
pmquell(exitEvent_.Set());
2929
}
3030
}

0 commit comments

Comments
 (0)