You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/02/16 10:17:20 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5510: vncserver: Fix dead lock on re-connect

xiaoxiang781216 commented on a change in pull request #5510:
URL: https://github.com/apache/incubator-nuttx/pull/5510#discussion_r807762606



##########
File path: drivers/video/vnc/vnc_updater.c
##########
@@ -369,7 +374,13 @@ static FAR void *vnc_updater(FAR void *arg)
        */
 
       srcrect = vnc_remove_queue(session);
-      DEBUGASSERT(srcrect != NULL);

Review comment:
       move after line 384




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org