Fix #35470: crash rendering from the terminal in some cases due to render info
text threading issue.
This commit is contained in:
@@ -107,7 +107,7 @@ typedef struct RenderEngine {
|
||||
|
||||
struct Render *re;
|
||||
ListBase fullresult;
|
||||
char *text;
|
||||
char text[512]; /* IMA_MAX_RENDER_TEXT */
|
||||
|
||||
int resolution_x, resolution_y;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user