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@chris-wilson.co.uk>
This commit is contained in:
parent
8c2dedaa4d
commit
fef6cdae9e
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue