﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	blockedby	blocking	changelog
234	Hits if i close a read window.	opiopi	thboeckel	"I get every time if i close a read window a hit like:

Clear memory cookie at 0d6cda5c was found defective.
...

Now i read the MuGuardianAngel guide about that and follow
the mentioned hints and increase the PRESIZE and POSTSIZE.

Now i get attached hit. The Stacktrace points to
YAM_RE.c: line 4409.:

      D(DBF_GUI, ""cleaning up readwindow"");
      DoMethod(G->App, OM_REMMEMBER, rmData->readWindow);
      MUI_DisposeObject(rmData->readWindow);
->      rmData->readWindow = NULL;


I not yet understand why rmData->readWindow is not valid.
the stuct rmData itself should be still valid also after
a OM_REMMEMBER and a MUI_DisposeObject(rmData->readWindow);

so we should be able to write to rmData->readWindow....
"	bug	closed	undecided	YAM 2.7	user interface	nightly build	major	fixed					
