Project

General

Profile

Actions

Bug #6282

closed

WPopup and WApplication delete

Added by Drus Kor about 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
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();
}

Actions #1

Updated by Drus Kor about 6 years ago

not sure in right way

Actions #2

Updated by Drus Kor about 6 years ago

Works only if WT was debug build

Actions #3

Updated by Drus Kor about 6 years ago

looks like destruction of Popup windows broke parent delete loop

Actions #4

Updated by Roel Standaert about 6 years ago

  • Status changed from New to Resolved
Actions #5

Updated by Roel Standaert about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF