Re: A bug in fbdevhw.c

2003-04-03 Thread Marc Aurele La France
On Thu, 3 Apr 2003, Alexandr Andreev wrote: > I guess there is a bug in the fbdevHWSetVideoModes() function. > void > fbdevHWSetVideoModes(ScrnInfoPtr pScrn) > { > ... > DisplayModePtr mode,this,last = NULL; > > ... > if (NULL == pScrn->modes) { >

A bug in fbdevhw.c

2003-04-03 Thread Alexandr Andreev
I guess there is a bug in the fbdevHWSetVideoModes() function. void fbdevHWSetVideoModes(ScrnInfoPtr pScrn) { ... DisplayModePtr mode,this,last = NULL; ... if (NULL == pScrn->modes) { ... } else { this = xnfalloc(sizeof(DisplayModeRec