Skip to content

Commit 7b20d31

Browse files
committed
don't throw from dtor
1 parent c08802c commit 7b20d31

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)