xf86-video-intel: src/sna/sna_driver.c

Chris Wilson ickle at kemper.freedesktop.org
Fri Mar 1 08:02:07 PST 2013


 src/sna/sna_driver.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fef6cdae9ebd217843bab2f65c87b59f8a9f782e
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri Mar 1 15:58:42 2013 +0000

    sna: Chain up CloseScreen
    
    Remember to call into the chained CloseScreen destructors!
    
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=56608
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/sna_driver.c b/src/sna/sna_driver.c
index bf60fcf..b11575b 100644
--- a/src/sna/sna_driver.c
+++ b/src/sna/sna_driver.c
@@ -831,7 +831,7 @@ static Bool sna_early_close_screen(CLOSE_SCREEN_ARGS_DECL)
 
 	xf86_cursors_fini(screen);
 
-	return TRUE;
+	return sna->CloseScreen(CLOSE_SCREEN_ARGS);
 }
 
 static Bool sna_late_close_screen(CLOSE_SCREEN_ARGS_DECL)


More information about the xorg-commit mailing list