Fix #35470: crash rendering from the terminal in some cases due to render info

text threading issue.
This commit is contained in:
2013-07-12 20:31:30 +00:00
parent 99e97afbe3
commit 32586e6805
3 changed files with 8 additions and 15 deletions

View File

@@ -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;