This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Fix PR58737
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Tim Shen <timshen91 at gmail dot com>
- Cc: "libstdc++" <libstdc++ at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 15 Oct 2013 16:01:44 +0100
- Subject: Re: [Patch] Fix PR58737
- Authentication-results: sourceware.org; auth=none
- References: <CAPrifDn-YNtv675nzi_nfc5-sh=_7dawSPy6SpdP-tpV-Oeq6g at mail dot gmail dot com>
On 15 October 2013 15:56, Tim Shen wrote:
> This memory leak is because forgetting virtual destructor of the base
> class _Executor.
>
> Thanks!
Great, if it passes the testsuite please commit it.
Thanks for the quick fix, and to Paolo for identifying the cause!