summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center2
1 files changed, 0 insertions, 2 deletions
diff --git a/control-center b/control-center
index ff489251..7749fe19 100755
--- a/control-center
+++ b/control-center
@@ -626,9 +626,7 @@ sub hide_socket_and_clean {
sub clean_socket {
hide_socket_and_clean();
-# map { kill 'TERM', $_ if defined $_ } @pid_launched;
&kill_children();
- $emb_socket and $emb_socket->destroy; # should not happen since our child should have cause the socket to be destroyes when it exited
undef $emb_socket;
}