summaryrefslogtreecommitdiff
path: root/src/seat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/seat.c')
-rw-r--r--src/seat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/seat.c b/src/seat.c
index 685cf3d0..ad427313 100644
--- a/src/seat.c
+++ b/src/seat.c
@@ -390,7 +390,6 @@ session_stopped_cb (Session *session, Seat *seat)
if (seat->priv->guest_username && strcmp (session_get_username (session), seat->priv->guest_username) == 0)
{
- guest_account_cleanup (seat->priv->guest_username);
g_free (seat->priv->guest_username);
seat->priv->guest_username = NULL;
}