mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-04 02:10:46 -07: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