Serge Ivanov writes:
...
>
> A possible solution is to zero next ptr in UnlinkWindow as follows:
> ----
> Index: win.c
> ===================================================================
> RCS file: /home/cvs/r/corelwine/windows/win.c,v
> retrieving revision 1.92
> diff -u -r1.18 win.c
> --- win.c 2000/06/08 01:01:09 1.92
> +++ win.c 2000/06/08 19:46:31
> @@ -320,6 +320,7 @@
> if (*ppWnd)
> {
> *ppWnd = wndPtr->next;
> + wndPtr->next = NULL;
> ret = TRUE;
> }
> WIN_ReleaseWndPtr(wndPtr);
> ----
Hallo,
I tried that patch, and it makes some program abort early. So it seems
not the right solution.
Bye
Uwe Bonnes [EMAIL PROTECTED]
Free Software: If you contribute nothing, expect nothing
--