Commit 6c35a7ff authored by Don Gagne's avatar Don Gagne

Fix incorrect usage of deleteLater

parent a494d27b
......@@ -61,8 +61,6 @@ TCPLink::~TCPLink()
quit();
// Wait for it to exit
wait();
deleteLater();
}
void TCPLink::run()
......
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