Re: [Development] delete still leaks memory

2012-10-03 Thread Alex Malyushytskyy
>> Why that's my favorite tool for detecting memory leaks of windows.. if the >> numbers keep growing you have a problem. It does not detect leaks. It reports memory claimed by process. So its usage is limited. It is not useless, but you can't base memory leaks claims on the information it provid

Re: [Development] delete still leaks memory

2012-10-03 Thread Thiago Macieira
On quinta-feira, 4 de outubro de 2012 09.04.21, Majid Khan wrote: > Can you please suggest the best tools that Qt community use for memory leak > detections? valgrind, valgrind, valgrind For Windows users, there are commercial tools: Intel Inspector XE (part of the Parallel Studio XE)

Re: [Development] delete still leaks memory

2012-10-03 Thread Majid Khan
Can you please suggest the best tools that Qt community use for memory leak detections? Greatly appreciated. Thanks On Wed, Oct 3, 2012 at 10:19 PM, Sorvig Morten wrote: > > >P.S. using Windows Task manager to confirm some memory leaks is seems > >quite stupid to me ;) > > Why that's my favorite

Re: [Development] delete still leaks memory

2012-10-03 Thread Sorvig Morten
>P.S. using Windows Task manager to confirm some memory leaks is seems >quite stupid to me ;) Why that's my favorite tool for detecting memory leaks of windows.. if the numbers keep growing you have a problem. Morten ___ Development mailing list Deve

Re: [Development] delete still leaks memory

2012-10-03 Thread Konstantin Ritt
how dotCodeFX is related to Qt development? (hint: nohow) P.S. using Windows Task manager to confirm some memory leaks is seems quite stupid to me ;) regards, Konstantin 2012/10/3 Majid Khan : > Hi experts! > > Can any body suggest me some solutions or cause of the problem? > > https://github.c

[Development] delete still leaks memory

2012-10-03 Thread Majid Khan
Hi experts! Can any body suggest me some solutions or cause of the problem? https://github.com/mkhan3189/dotCodeFx/issues/10 It related to https://github.com/mkhan3189/dotCodeFx/blob/master/src/helpers.h#L101 All I am trying to do is delete all the tracked classes. Please see new() operator htt