Skip to content

Commit

Permalink
Cant do *ANYTHING* in the damn destructor?!
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3675 e03df62e-2008-0410-955e-edbf42e46eb7
  • Loading branch information
braindigitalis committed Mar 11, 2006
1 parent 1c93ea7 commit df1c2f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/socket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,6 @@ void InspSocket::OnClose() { return; }

InspSocket::~InspSocket()
{
outbuffer.clear();
this->Close();
//outbuffer.clear();
//this->Close();
}

0 comments on commit df1c2f1

Please sign in to comment.