Re: [Boost-bugs] [Boost C++ Libraries] #8526: coroutine memory leak

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8526: coroutine memory leak
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-04-30 08:52:39


#8526: coroutine memory leak
---------------------------------------------------------+------------------
  Reporter: Seunghyun Nam <seunghyun.nam.gg@…> | Owner: olli
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: coroutine
   Version: Boost 1.53.0 | Severity: Problem
Resolution: invalid | Keywords:
---------------------------------------------------------+------------------
Changes (by olli):

  * status: new => closed
  * resolution: => invalid

Comment:

 the caller is allocated on the stack of the calling coroutine - the
 destructor will not be called but the stack (memory) is released or reused
 after the calling coroutine is destroyed - so it is not a memory leak.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8526#comment:1>
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:13 UTC