Commit 41560cd3 authored by Don Gagne's avatar Don Gagne

Fix Windows Firmware Update crash

parent 3f8fb9d4
......@@ -290,7 +290,8 @@ bool UDPLink::disconnect()
if(socket)
{
delete socket;
// Make sure delete happen on correct thread
socket->deleteLater();
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