Subject: [Boost-bugs] [Boost C++ Libraries] #7156: interprocess buffer streams leak memory on construction
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-07-20 19:13:36
#7156: interprocess buffer streams leak memory on construction
-----------------------------------------------------------+----------------
Reporter: Jonathan Jones <jonathan.jones@â¦> | Owner: igaztanaga
Type: Bugs | Status: new
Milestone: To Be Determined | Component: interprocess
Version: Boost 1.44.0 | Severity: Problem
Keywords: |
-----------------------------------------------------------+----------------
All of the boost::interprocess::*bufferstream classes leak memory on
construction. Using our own, in-house leak checker, we discovered it's
the following call for all classes:
basic_ios_t::init(&m_buf);
This leak only happens on Windows (seen with VS 2008 and VS 2010). We
didn't see the problem with g++ 4.4.5 on Linux, nor with g++ 4.2.1 on
Macintosh.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7156> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC