Bug #5359: Fix a segfault (Mark Kettenis)
This commit is contained in:
parent
7b89b643c1
commit
03d37eb038
|
@ -1,3 +1,8 @@
|
|||
2005-12-20 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* hw/xfree86/common/xf86Config.c:
|
||||
Bug #5359: Fix a segfault (Mark Kettenis)
|
||||
|
||||
2005-12-19 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* hw/xfree86/doc/man/xorg.conf.man.pre:
|
||||
|
|
|
@ -489,6 +489,7 @@ fixup_video_driver_list(char **drivers)
|
|||
}
|
||||
}
|
||||
/* if we get here, ati was already ahead of atimisc */
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue