entrance: remove lock file when killed

SVN revision: 76741
This commit is contained in:
Michael BOUCHAUD 2012-09-17 08:31:13 +00:00
parent cf73d1f3dc
commit f884d69dc9
1 changed files with 1 additions and 0 deletions

View File

@ -384,6 +384,7 @@ main (int argc, char ** argv)
entrance_xserver_end();
PT("Bye, see you.\n\n");
entrance_close_log();
_remove_lock();
return 0;
}