2 Oct
2008
2 Oct
'08
6:53 p.m.
On Thu, Oct 02, 2008 at 05:38:18PM +0200, Johannes Hofmann wrote:
Hi,
when using MALLOC_OPTIONS=GJPRZ on DragonFly which enables malloc debugging I get a crash when hitting Ctrl+r to reload a page with entered text in a textarea if the focus is still in the textarea. It seems that the Ctrl+r causes a callback on the already deleted fltk Input widget:
There seems to be a bug in FLTK2's Input::replace(), called by Input::insert(). The attached workaround solves it for me. Please check. -- Cheers Jorge.-