
18 Sep
2008
18 Sep
'08
9:19 p.m.
Kevin Sopp <baraclese <at> googlemail.com> writes:
Hi Gennadiy,
yesterday I noticed that valgrind reports an error for the boost test framework. This is for a file with a single and empty BOOST_AUTO_TEST_CASE:
==3513== Invalid read of size 4 ==3513== at 0x40936E0: boost::unit_test::framework_impl::clear() (framework.ipp:133)
Not sure what it complains about. This line delete (test_case const*)tu.second; deletes instance to unit_test. Gennadiy