mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-01 12:02:40 +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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
free(part_vbuf);
|
free(part_vbuf_store);
|
||||||
|
|
||||||
free(o_vid_buf);
|
free(o_vid_buf);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user