Remove unnecessary call that can cause null dereference.

This commit is contained in:
Matt 2018-08-29 09:02:18 +02:00
parent 2ac6262293
commit 71e1b1c21a
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ namespace OpenRCT2
~Context() override
{
window_close_all();
object_manager_unload_all_objects();
gfx_object_check_all_images_freed();
gfx_unload_g2();
gfx_unload_g1();