The code snippet shows exactly nothing related to the error. Your destructor does nothing to clear any "objects" - it is an empty method. The QObject destructor will also be called by your HomeController destructor, so you probably did something wrong before your code gets to the HomeController destructor to corrupt the QObject base class instance.i setup destructor to clear the objects and I am receiving this error.




Reply With Quote

Bookmarks