summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
Diffstat (limited to 'image')
-rw-r--r--image/jpeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/image/jpeg.c b/image/jpeg.c
index 6bc39766e..7fc0b02e8 100644
--- a/image/jpeg.c
+++ b/image/jpeg.c
@@ -82,8 +82,8 @@ bool nsjpeg_convert(struct content *c, int w, int h)
nsjpeg_term_source };
unsigned int height;
unsigned int width;
- struct bitmap *bitmap = NULL;
- uint8_t *pixels = NULL;
+ struct bitmap * volatile bitmap = NULL;
+ uint8_t * volatile pixels = NULL;
size_t rowstride;
union content_msg_data msg_data;