From 446620610d0890440f5a6d93ba6109170d995d0a Mon Sep 17 00:00:00 2001 From: qcz Date: Wed, 3 Sep 2014 21:19:54 +0200 Subject: [PATCH] free dat clipdpi --- src/window_scenery.c | 1 + 1 file changed, 1 insertion(+) 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) {