1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix debug assert when closing game from object selection

This commit is contained in:
Ted John
2017-12-16 12:12:55 +00:00
parent 02abdb3709
commit 6e34aaa321

View File

@@ -121,6 +121,7 @@ namespace OpenRCT2
~Context() override
{
window_close_all();
network_close();
http_dispose();
language_close_all();