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:
Chris Wilson 2013-03-01 15:58:42 +00:00
parent 8c2dedaa4d
commit fef6cdae9e
1 changed files with 1 additions and 1 deletions

View File

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