Skip to content

fix EventLoop LeakCheck unit test ATLASG-1610

Nils Erik Krumnack requested to merge krumnack/athena:leak_checker into master

The problem was that the code needed to zero out the memory and with newer compilers that requires volatile to be set to ensure the zeroing out doesn't get optimized away.

Merge request reports