From 6e34aaa3211ada4670ef794f5a96edbfda7e6782 Mon Sep 17 00:00:00 2001 From: Ted John Date: Sat, 16 Dec 2017 12:12:55 +0000 Subject: [PATCH] Fix debug assert when closing game from object selection --- src/openrct2/Context.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openrct2/Context.cpp b/src/openrct2/Context.cpp index 5ea2ad2bd8..fa968ebcb6 100644 --- a/src/openrct2/Context.cpp +++ b/src/openrct2/Context.cpp @@ -121,6 +121,7 @@ namespace OpenRCT2 ~Context() override { + window_close_all(); network_close(); http_dispose(); language_close_all();