views:

14

answers:

1

hello, can somebody please explain, is it possible to check memory leakage in qt creator, if yes, how? thanks in advance

+1  A: 

I don't think so. However you can use valgrind, but it might pick up any leaks in the Qt itself. Give it a go and see if it works.

Alex

Alex