[Bug 33851] destructors of Toplevelwidgets of KDevelop creted Applications are not called on exit

Caleb Tennis caleb at aei-tech.com
Thu Oct 10 20:05:07 UTC 2002


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=33851     
caleb at aei-tech.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From caleb at aei-tech.com  2002-10-10 20:04 -------
I recommend, instead, doing this: 
 
KVNCServer kvncserver; 
a.setMainWidget(&kvncserver); 
return a.exec(); 
 
} 
 
now it will get deleted because it's on the stack and not on the heap.




More information about the KDevelop-devel mailing list