On Thu, 2009-09-10 at 17:52 +0300, Tiago Vignatti wrote: > 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 <[email protected]>
Acked-by: Dave Airlie <[email protected]> > --- > hw/xfree86/common/xf86Init.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c > index f9224b1..8f2cdf6 100644 > --- a/hw/xfree86/common/xf86Init.c > +++ b/hw/xfree86/common/xf86Init.c > @@ -1181,6 +1181,8 @@ ddxGiveUp(void) > { > int i; > > + xf86VGAarbiterFini(); > + > #ifdef XF86PM > if (xf86OSPMClose) > xf86OSPMClose(); _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
