diff options
author | Machiavelli <none@none> | 2010-05-10 20:31:24 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2010-05-10 20:31:24 +0200 |
commit | 4335d97f377d5030ea9350cf71b6cd616461ec5c (patch) | |
tree | 719995384f6824f2bd77b4743fff24b000fbf76f | |
parent | b468669ef71aedbec266c924d11fe87812e4ee99 (diff) |
Fix typo that occured in the mess of exporting/stripping, my humble apologies.
--HG--
branch : trunk
-rw-r--r-- | src/trinityrealm/RealmSocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinityrealm/RealmSocket.cpp b/src/trinityrealm/RealmSocket.cpp index db9845087a8..1b43bf0d4e0 100644 --- a/src/trinityrealm/RealmSocket.cpp +++ b/src/trinityrealm/RealmSocket.cpp @@ -67,7 +67,7 @@ RealmSocket::~RealmSocket(void) closing_ = true; if (session_); - delete esession_; + delete session_; peer().close(); } |