free objects message after closing ui
Unsolved
General and Desktop
-
@Dijkstra
That not much of a description of what error message you get on what objects!It's probably not the end of the world, but you ought clean up. Depending on what objects/messages, you might have to explicitly
delete
/deleteLater()
some objects, or you should be using the parentage of QtQObject
s created to assure the parent will delete them as it gets destroyed.