ConnectionAccepter: fix socket fd leak
This commit is contained in:
parent
76e73866e5
commit
b62c78f9e9
|
@ -436,6 +436,7 @@ private:
|
|||
write_debug("error running command '" + m_buffer + "' : " + e.description());
|
||||
}
|
||||
ClientManager::instance().redraw_clients();
|
||||
close(socket);
|
||||
delete this;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user