aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2cfabb0..60f8164 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -201,6 +201,7 @@ static void cbRemoveClientCtxt(void *data)
g_afb_instance->app.controller->surfaces.erase(sid);
HMI_DEBUG("wm", "delete surfaceID %d", sid);
}
+ g_afb_instance->app.removeClient(ctxt->name);
delete ctxt;
}