1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-04 21:40:03 +00:00

Fixes crash on quickload from the container menu (bug #4239)

This commit is contained in:
Andrei Kortunov 2017-12-03 21:49:13 +04:00
parent 55db3c2712
commit 8decd35607

View File

@ -154,6 +154,7 @@ namespace MWGui
{ {
WindowBase::onClose(); WindowBase::onClose();
if (mModel)
mModel->onClose(); mModel->onClose();
} }