Fix crash by invalid socket deletion
Calling delete on a socket callback is not safe and this can crash QGroundControl. Using deleteLater method from socket to perfom deletion.
Showing
Please register or sign in to comment
Calling delete on a socket callback is not safe and this can crash QGroundControl. Using deleteLater method from socket to perfom deletion.