Skip to content

Commit d303836

Browse files
planetchilimarkgalvan-intel
authored andcommitted
don't throw from dtor
1 parent b562d90 commit d303836

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)