diff options
Diffstat (limited to 'src/frontend/mame/ui/ui.cpp')
-rw-r--r-- | src/frontend/mame/ui/ui.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frontend/mame/ui/ui.cpp b/src/frontend/mame/ui/ui.cpp index 1f8e5b7bda8..2e5f999da08 100644 --- a/src/frontend/mame/ui/ui.cpp +++ b/src/frontend/mame/ui/ui.cpp @@ -251,6 +251,9 @@ void mame_ui_manager::exit() // free the font m_font.reset(); + + // free persistent data for other classes + m_session_data.clear(); } |