Bug #5359: Fix a segfault (Mark Kettenis)

This commit is contained in:
Adam Jackson 2005-12-20 21:34:21 +00:00
parent 7b89b643c1
commit 03d37eb038
2 changed files with 6 additions and 0 deletions

View File

@ -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:

View File

@ -489,6 +489,7 @@ fixup_video_driver_list(char **drivers)
}
}
/* if we get here, ati was already ahead of atimisc */
return;
}
}
}