mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 11:19:51 +02:00
Fix crash after closing display options (vid_buf was being freed)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user