clean up temp files in /tmp/.xrdp

This commit is contained in:
Laxmikant Rashinkar 2014-02-24 19:49:10 -08:00
parent e1c97ba124
commit 221b049ca5

View File

@ -551,6 +551,7 @@ session_start_fork(int width, int height, int bpp, char *username,
{
g_waitpid(pampid);
auth_stop_session(data);
g_deinit();
g_exit(0);
}
}