Actions
Bug #2817
closedCrash caused by duplicate delete
Start date:
03/13/2014
Due date:
% Done:
0%
Estimated time:
Description
See case #2815. If I use the workaround there, then the program crashes when the inplace widget is deleted. It seems to me that something (the save/cancel buttons, perhaps?) are deleted twice.
auto w = new Wt::WInPlaceEdit("text");
w->setButtonsEnabled(false);
w->setButtonsEnabled(true);
delete w; // CRASH!
Regards,
Eivind Midtgård
Updated by Koen Deforche over 10 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version changed from 3.3.1 to 3.3.3
Hey,
A fix is on its way.
koen
Updated by Koen Deforche over 10 years ago
- Status changed from Resolved to Closed
Actions