aboutsummaryrefslogtreecommitdiff
path: root/src/progman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/progman.c')
-rw-r--r--src/progman.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/progman.c b/src/progman.c
index 52c875f..a6202f3 100644
--- a/src/progman.c
+++ b/src/progman.c
@@ -174,6 +174,7 @@ destroy_prog (struct prog **pp)
component_ref_decr (p->v.p.comp);
if (p->v.p.status == status_listener && p->v.p.socket != -1)
deregister_socket (p->v.p.socket);
+ /* FIXME: Remove also all dependent progs (esp. tcpmux) */
break;
case TYPE_REDIRECTOR:

Return to:

Send suggestions and report system problems to the System administrator.