summaryrefslogtreecommitdiffstats
path: root/sesman/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/session.c')
-rw-r--r--sesman/session.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sesman/session.c b/sesman/session.c
index a5932736..32b2e6be 100644
--- a/sesman/session.c
+++ b/sesman/session.c
@@ -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);
}
}