Project

General

Profile

Actions

Bug #2817

closed

Crash caused by duplicate delete

Added by Anonymous about 10 years ago. Updated almost 10 years ago.

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

Actions #1

Updated by Koen Deforche about 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

Actions #2

Updated by Koen Deforche almost 10 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF