The destructor of QList on a pointer type does not call delete on the pointers, so qDeleteAll() is needed if you want these objects to be deleted as well.
If by "closing application" you mean that it exited, then the operating system will have reclaimed all resources associated with the process.
Cheers,
_






Reply With Quote
Bookmarks