id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 10024,allocator memory leak,anonymous,Chris Newbold,"hi~ boost allocaltor memory leak bug. stl + boost allocator check crtdbg.h sample code. {{{ #include ""stdafx.h"" #include #include #include #include int main() { _CrtSetDbgFlag ( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF); typedef std::vector> Ints; Ints i; i.push_back(10); return 0; } }}} that code memory leak. not call free. ",Bugs,new,To Be Determined,pool,Boost 1.55.0,Problem,,,