Commit 55ea7d4d authored by Don Gagne's avatar Don Gagne

Fix tabs

parent 41560cd3
...@@ -290,7 +290,7 @@ bool UDPLink::disconnect() ...@@ -290,7 +290,7 @@ bool UDPLink::disconnect()
if(socket) if(socket)
{ {
// Make sure delete happen on correct thread // Make sure delete happen on correct thread
socket->deleteLater(); socket->deleteLater();
socket = NULL; socket = NULL;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment