Summary: | destructors of Toplevelwidgets of KDevelop creted Applications are not called on exit | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | O Dreyer <o.dreyer> |
Component: | kdevelop 2.x (obsolete) | Assignee: | KDevelop-Devel List <kdevelop-devel> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.0.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
O Dreyer
2001-10-18 09:35:16 UTC
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. |