id summary reporter owner description type status milestone component version severity resolution keywords cc 11209 conversion - cast_test leaks memory benpope81@… Antony Polukhin "The leak is in the test, it doesn't delete what it allocates. ==16678==ERROR: LeakSanitizer: detected memory leaks Direct leak of 16 byte(s) in 1 object(s) allocated from: #0 0x4c3d6b in operator new(unsigned long) /home/ben/development/llvm/trunk/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62:35 #1 0x4c4c9e in main /home/ben/development/boost/test/build/boost_root/status/../libs/conversion/test/cast_test.cpp:54:22 #2 0x7efd17fa6a3f in __libc_start_main /build/buildd/glibc-2.21/csu/libc-start.c:289 Direct leak of 8 byte(s) in 1 object(s) allocated from: #0 0x4c3d6b in operator new(unsigned long) /home/ben/development/llvm/trunk/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:62:35 #1 0x4c4f39 in main /home/ben/development/boost/test/build/boost_root/status/../libs/conversion/test/cast_test.cpp:69:12 #2 0x7efd17fa6a3f in __libc_start_main /build/buildd/glibc-2.21/csu/libc-start.c:289 SUMMARY: AddressSanitizer: 24 byte(s) leaked in 2 allocation(s). EXIT STATUS: 23 " Bugs closed Boost 1.63.0 concept_check Boost Development Trunk Problem fixed conversion test memory leak Antony Polukhin