Re: [PATCH] Memory leak in parallel/unique_copy

2014-07-03 Thread Goncalo Carvalho
in 0 blocks ==26530== Rerun with --leak-check=full to see details of leaked memory ==26530== ==26530== For counts of detected and suppressed errors, rerun with: -v ==26530== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 6 from 6) On 3 July 2014 11:47, Jonathan Wakely wrote: > On 02/07/14

[PATCH] Memory leak in parallel/unique_copy

2014-07-02 Thread Goncalo Carvalho
Hi, In parallel/unique_copy.h __counter is never deleted. I'm also trying to follow from other posts how to submit a patch but is well possible I missed some of the conventions. Many apologies if that's the case. libstdc++-v3/ * include/parallel/unique_copy.h: prevent memory leak of __counter