memory management

This commit is contained in:
Matej Sekoranja
2011-05-15 21:41:05 +02:00
parent 776c4cf449
commit 9c1eda3655
5 changed files with 14 additions and 8 deletions
+5
View File
@@ -82,6 +82,11 @@ void ServerChannelImpl::destroy()
_channel->destroy();
}
ServerChannelImpl::~ServerChannelImpl()
{
destroy();
}
void ServerChannelImpl::printInfo()
{
printInfo(stdout);