initialized client_list in TcpServer with mmgr
This commit is contained in:
		| @ -92,7 +92,8 @@ TcpServer::TcpServer (Mmgr* mmgr) QSE_CPP_NOEXCEPT: | |||||||
| 	stop_requested(false),  | 	stop_requested(false),  | ||||||
| 	server_serving(false),  | 	server_serving(false),  | ||||||
| 	max_connections(0), | 	max_connections(0), | ||||||
| 	thread_stack_size (0) | 	thread_stack_size(0), | ||||||
|  | 	client_list(mmgr) | ||||||
| { | { | ||||||
| } | } | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user