memory management
This commit is contained in:
@@ -82,6 +82,11 @@ void ServerChannelImpl::destroy()
|
||||
_channel->destroy();
|
||||
}
|
||||
|
||||
ServerChannelImpl::~ServerChannelImpl()
|
||||
{
|
||||
destroy();
|
||||
}
|
||||
|
||||
void ServerChannelImpl::printInfo()
|
||||
{
|
||||
printInfo(stdout);
|
||||
|
||||
Reference in New Issue
Block a user