Actions
Bug #5741
openSegfault when WDatePicker destructor is called
Status:
Feedback
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
05/31/2017
Due date:
% Done:
0%
Estimated time:
Description
Hello, I have a segmentation fault on this instruction, any idea ?
WDatePicker::~WDatePicker()
{
WApplication::instance()->doJavaScript
(WT_CLASS ".remove('" + popup_->id() + "');");
}
Actions