necouchman commented on code in PR #595: URL: https://github.com/apache/guacamole-server/pull/595#discussion_r2118221294
########## src/libguac/display.c: ########## @@ -162,15 +162,58 @@ guac_display* guac_display_alloc(guac_client* client) { } -void guac_display_free(guac_display* display) { +void guac_display_stop(guac_display* display) { - /* Stop further use of the operation FIFO */ - guac_fifo_invalidate(&display->ops); + /* Ensure only one any number of concurrent calls to guac_display_stop() Review Comment: `only one any`? -- 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: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org