Actions
Bug #6282
closedWPopup and WApplication delete
Start date:
03/06/2018
Due date:
% Done:
0%
Estimated time:
Description
popup window ( popupMenu, dialog ) need delete from WApplication destructor. Not from WObject.
Segfault in v 4.0.2.
I has fix this so:
void WApplication::finalize()
{
WObject::clearChildren();
}
Updated by Drus Kor over 6 years ago
looks like destruction of Popup windows broke parent delete loop
Updated by Roel Standaert over 6 years ago
- Status changed from Resolved to Closed
Actions