summaryrefslogtreecommitdiff
path: root/riscos/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/history.c')
-rw-r--r--riscos/history.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/history.c b/riscos/history.c
index 4cb5c7e73..46ef458bf 100644
--- a/riscos/history.c
+++ b/riscos/history.c
@@ -178,7 +178,8 @@ void history_add(struct history *history, struct content *content, char *frag_id
* loading */
bitmap = url_store_get_thumbnail(url);
if (!bitmap) {
- bitmap = bitmap_create(WIDTH / 2, HEIGHT / 2, false);
+ bitmap = bitmap_create(WIDTH / 2, HEIGHT / 2,
+ BITMAP_ALLOCATE_MEMORY);
if (!bitmap) {
LOG(("Thumbnail initialisation failed."));
return;