summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.c b/src/interface.c
index 3b7e408..53fd481 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -6763,7 +6763,7 @@ void render_ui(pixel * vid_buf, int xcoord, int ycoord, int orientation)
break;
}
- free(part_vbuf);
+ free(part_vbuf_store);
free(o_vid_buf);
}