diff --git a/src/window_scenery.c b/src/window_scenery.c index a0136a92ce..3c4f33fcc0 100644 --- a/src/window_scenery.c +++ b/src/window_scenery.c @@ -1084,6 +1084,7 @@ void window_scenery_scrollpaint() gfx_draw_sprite(clipdpi, imageId, 0x2F, (sceneryEntry->wall.height * 2) + 0x32, w->colours[1]); + rct2_free(clipdpi); } } else if (currentSceneryGlobalId >= 0x100) {