mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-01-23 17:14:04 +01:00
web_browser: Add bounds checking to applet interface
This commit is contained in:
@@ -203,6 +203,11 @@ struct System::Impl {
|
||||
// Close app loader
|
||||
app_loader.reset();
|
||||
|
||||
// Clear all applets
|
||||
profile_selector.reset();
|
||||
software_keyboard.reset();
|
||||
web_browser.reset();
|
||||
|
||||
LOG_DEBUG(Core, "Shutdown OK");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user