fix EventLoop LeakCheck unit test ATLASG-1610
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.
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.