Boost logo

Boost :

Subject: [boost] memory leak
From: Aleksa Karalejic (jakaralejic_at_[hidden])
Date: 2011-07-13 11:44:03


Hi there,

Today I have noticed memory leak in thread library -
libboost_thread-vc80-mt-gd-1_46_1.lib.
I am using vs2005 and pure _crtdumpmemoryleaks() fires memory leak detected
in boost:
one 16 bytes and another 36 bytes long.
I didn't build libs by my own, but used boostpro for installing 1.46.1
version. Also I can't say where is the leak since
I don't have any precise memory leak cacher.
Then I tried with new version libboost_thread-vc80-mt-gd-1_47.lib, but worse
- it fires five memory leaks (118 bytes all).
Memory leak test is pure:

#include <boost/thread.hpp>
int main()
{
 _CrtDumpMemoryLeaks();
}

Best Regards,
Aleksandar


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk