GUAC-240: Force flush at end of PNG write.
This commit is contained in:
parent
d07d8ba2d2
commit
8f2d6f2975
@ -396,6 +396,8 @@ int guac_png_write(guac_socket* socket, guac_stream* stream,
|
||||
free(png_rows[y]);
|
||||
free(png_rows);
|
||||
|
||||
/* Ensure all data is written */
|
||||
guac_png_flush_data(&write_state);
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user