Possible Duplicate:
Memory leak checking on Windows with QT and MinGW32
I have looked for a solution to this problem for a while, and have not been able to find anything. I need to be able to detect small memory leaks in my Qt application, which I develop in QtCreator. this question talks about detecting Qt memory leaks in Qt applications, but not through QtCreator. I would run my application on a linux machine and use Valgrind, but I have some windows specific stuff in it, so it's not fully portable. Can anyone help?
Thanks