Call xdriver_end only once on quit key sequence

This commit is contained in:
David Schmenk 2013-11-22 00:23:41 +00:00
parent 405f1c387e
commit e61efdc528

View File

@ -1782,7 +1782,6 @@ adb_physical_key_update(int a2code, int is_up)
{
printf("Quit!\n");
iwm_shut();
xdriver_end();
my_exit(1);
}
else