Re: [cmake-developers] Memory leak introduced with recent Mac+Ninja changes

2012-07-22 Thread Peter Kümmel
On 21.07.2012 19:55, Nicolas Desprès wrote: Thanks for the feedback. Here the patches to cherry-pick: https://github.com/polrop/CMake/commit/af6b1979071e463ae397d3512e3a0366b58919f8 https://github.com/polrop/CMake/commit/be8039fab069b0efb2469932617b3ca8826d1865 Thanks, pushed them to stage.

[cmake-developers] Memory leak introduced with recent Mac+Ninja changes

2012-07-21 Thread David Cole
cmMakefileTargetGenerator leaks its OSXBundleGenerator -- please delete it in the destructor... Search for are definitely lost on this page: http://open.cdash.org/viewDynamicAnalysisFile.php?id=2784730 Thanks, David -- Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [cmake-developers] Memory leak introduced with recent Mac+Ninja changes

2012-07-21 Thread Nicolas Desprès
Thanks for the feedback. Here the patches to cherry-pick: https://github.com/polrop/CMake/commit/af6b1979071e463ae397d3512e3a0366b58919f8 https://github.com/polrop/CMake/commit/be8039fab069b0efb2469932617b3ca8826d1865 Cheers, Nico On Sat, Jul 21, 2012 at 1:32 PM, David Cole