nanogui: i found a bug in nanox


Previous by date: 9 Dec 2005 18:04:25 +0000 Re: framebuffer website, Greg Haerr
Next by date: 9 Dec 2005 18:04:25 +0000 Re: nano-X, freetype and font caches?, Steven Scholz
Previous in thread: 9 Dec 2005 18:04:25 +0000 Re: i found a bug in nanox, Greg Haerr
Next in thread:

Subject: Re: [nanogui] i found a bug in nanox
From: Alexander Neundorf ####@####.####
Date: 9 Dec 2005 18:04:25 +0000
Message-Id: <200512091808.30162.neundorf@kde.org>

On Friday 09 December 2005 12:08, alex wrote:
> I think there has some problems in  Microwindows-9.1
> -->winuser.c-->MwDestroyWindow() line465,as below:
>
>
>
>
>  /* Remove all messages from msg queue for this window*/
>     for(p=mwMsgHead.head; p; ) {
>         pmsg = GdItemAddr(p, MSG, link);
>         if(pmsg->hwnd == wp) {
>             p = p->next;
>             GdListRemove(&mwMsgHead, &pmsg->link);
>             GdItemFree(p);   //this line is wrong!!!!!!
>         } else
>             p = p->next;
>     }
>
>
> " GdItemFree(p);" should be "GdItemFree(pmsg)"!!

I think it is already fixed in current cvs.

Bye
Alex
-- 
Work: ####@####.#### - http://www.jenoptik-los.de
Home: ####@####.####                - http://www.kde.org
      ####@####.####               - http://www.neundorf.net

Previous by date: 9 Dec 2005 18:04:25 +0000 Re: framebuffer website, Greg Haerr
Next by date: 9 Dec 2005 18:04:25 +0000 Re: nano-X, freetype and font caches?, Steven Scholz
Previous in thread: 9 Dec 2005 18:04:25 +0000 Re: i found a bug in nanox, Greg Haerr
Next in thread:


Powered by ezmlm-browse 0.20.