xfree86: vgaarb: close and cleanup vga arbiter

So far there are no apparently issues on not closing the fd. But let's do the
right job here.

Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Acked-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Tiago Vignatti 2009-09-10 17:52:32 +03:00 committed by Peter Hutterer
parent e62549b8d6
commit 281ebb453d

View File

@ -1181,6 +1181,8 @@ ddxGiveUp(void)
{
int i;
xf86VGAarbiterFini();
#ifdef XF86PM
if (xf86OSPMClose)
xf86OSPMClose();