diff options
author | Machiavelli <none@none> | 2010-05-10 21:38:05 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2010-05-10 21:38:05 +0200 |
commit | 758faad1caedcdbebd115d6425ce3078fc717887 (patch) | |
tree | d50780ae259580926752a2a44e90f964e96ca5f5 | |
parent | 4335d97f377d5030ea9350cf71b6cd616461ec5c (diff) |
Typo.
(Need more caffeine)
--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 1b43bf0d4e0..2792d7fb914 100644 --- a/src/trinityrealm/RealmSocket.cpp +++ b/src/trinityrealm/RealmSocket.cpp @@ -66,7 +66,7 @@ RealmSocket::~RealmSocket(void) // delete RealmSocketObject must never be called from our code. closing_ = true; - if (session_); + if (session_) delete session_; peer().close(); |