diff options
Diffstat (limited to 'src/threadsocket.cpp')
| -rw-r--r-- | src/threadsocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threadsocket.cpp b/src/threadsocket.cpp index f9291a2d4..a2d0aae82 100644 --- a/src/threadsocket.cpp +++ b/src/threadsocket.cpp @@ -135,7 +135,7 @@ SocketThread::~SocketThread() { if (socket) { - socket->cull(); + socket->Cull(); delete socket; } } |
