Quote Originally Posted by pastor View Post
2 Ginsengelf: Did you use Visual Leak Detector with Qt library? Is it really useful? Is it recognize "delete later" feature and implicit deleting of objects (f.e. deleting all parent's child objects).
If I remember correctly, I used it only for debugging standard c++ code, so I can't say if it will detect deleteLater() or other Qt specific functions.
Maybe I'll try and report back.

Ginsengelf