aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/trinityrealm/RealmSocket.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/trinityrealm/RealmSocket.cpp b/src/trinityrealm/RealmSocket.cpp
index 581e2c0a659..7eb96cb96f8 100644
--- a/src/trinityrealm/RealmSocket.cpp
+++ b/src/trinityrealm/RealmSocket.cpp
@@ -60,9 +60,6 @@ RealmSocket::~RealmSocket(void)
if (msg_queue())
msg_queue()->close();
- if (input_buffer_.length() != 0)
- input_buffer_.release();
-
// delete RealmSocketObject must never be called from our code.
closing_ = true;