initialized client_list in TcpServer with mmgr

This commit is contained in:
hyung-hwan 2018-07-01 04:18:23 +00:00
parent c4e66a102a
commit 87e0cf1b40

View File

@ -92,7 +92,8 @@ TcpServer::TcpServer (Mmgr* mmgr) QSE_CPP_NOEXCEPT:
stop_requested(false),
server_serving(false),
max_connections(0),
thread_stack_size (0)
thread_stack_size(0),
client_list(mmgr)
{
}