mike-jumper commented on code in PR #563:
URL: https://github.com/apache/guacamole-server/pull/563#discussion_r1835318399


##########
src/protocols/rdp/gdi.c:
##########
@@ -99,7 +99,10 @@ BOOL guac_rdp_gdi_end_paint(rdpContext* context) {
 
     guac_display_layer* default_layer = 
guac_display_default_layer(rdp_client->display);
     guac_display_layer_raw_context* current_context = 
rdp_client->current_context;
-    GUAC_ASSERT(current_context != NULL);
+
+    /* Handle the case where EndPaint was called without BeginPaint */

Review Comment:
   Yep - much better. Many thanks.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to