View Single Post
Posts: 203 | Thanked: 152 times | Joined on May 2009 @ Austria
#1
Hi,

Is there any tool to find memory leaks?
In my app, all requestet memory is freed by delete but after a few minutes, the app crashes.
With "top" i see that the app eats memory on each time i'm using the Qt-animation framework.

Thanks, Andi