Changes between Initial Version and Version 3 of Ticket #10024
- Timestamp:
- May 18, 2014, 6:42:03 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10024
- Property Version Boost 1.54.0 → Boost 1.55.0
-
Ticket #10024 – Description
initial v3 1 1 hi~ 2 2 boost allocaltor memory leak bug. 3 3 4 stl + boost allocator 5 4 6 check crtdbg.h 5 7 6 8 sample code. 7 9 10 11 {{{ 8 12 #include "stdafx.h" 9 13 #include <string> … … 20 24 } 21 25 26 27 }}} 22 28 that code memory leak. not call free. 23 29