Subject: [Boost-bugs] [Boost C++ Libraries] #9059: Boost.Asio detail/impl/win_static_mutex leaks a CRITICAL_SECTION
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-08-28 12:24:46
#9059: Boost.Asio detail/impl/win_static_mutex leaks a CRITICAL_SECTION
-------------------------------+----------------------------
Reporter: segev208@⦠| Owner: chris_kohlhoff
Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
Version: Boost 1.54.0 | Severity: Problem
Keywords: asio leak windows |
-------------------------------+----------------------------
A CRITICAL_SECTION is not some POD type. It needs to be freed using
DeleteCriticalSection or it will leak resources.
This leak has been found using Microsoft's Application Verifier.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9059> 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:14 UTC