dolphin/Source/Core
Dentomologist e37a195192 MainWindow: Fix use-after-free during shutdown
Remove ConfigChangedCallback in MainWindow's destructor to prevent the
callback from accessing the destroyed MainWindow afterward.

After MainWindow is destroyed UICommon::Shutdown calls
LogManager::Shutdown which ultimately triggers any remaining callbacks.
This resulted in calling MainWindow::OnHardcoreChanged, which crashed in
debug builds and didn't have any obvious effect in release builds.
2025-04-25 15:29:29 -07:00
..
AudioCommon AudioCommon: Make cubeb sound backend default on Linux. 2025-04-21 16:25:40 -05:00
Common Merge pull request #13451 from vyuuui/numeric_labels 2025-04-25 01:56:43 +01:00
Core Merge pull request #13577 from tygyh/UCodes-Make-functions-static 2025-04-24 00:48:46 -04:00
DiscIO Merge pull request #13540 from tygyh/DiscIO-Remove-redundant-qualifiers 2025-04-22 20:00:03 -05:00
DolphinNoGUI Merge pull request #13181 from tygyh/Replace-'reinterpret_cast' 2025-03-15 15:31:38 +01:00
DolphinQt MainWindow: Fix use-after-free during shutdown 2025-04-25 15:29:29 -07:00
DolphinTool DolphinTool: Make parameter constant 2025-04-23 15:55:48 +02:00
InputCommon Merge pull request #13476 from jordan-woyak/sdl-header 2025-04-25 01:49:52 +01:00
MacUpdater Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
UICommon Merge pull request #13474 from JosJuice/rock-band-playstation 2025-04-22 16:02:16 -05:00
UpdaterCommon Simplify std::copy with std::copy_n 2024-10-07 15:34:56 -07:00
VideoBackends MTLUtil: Remove availability check for iOS 13 2025-04-21 00:24:58 -04:00
VideoCommon Merge pull request #13487 from Dentomologist/performancemetrics_fix_window_arrangement 2025-04-25 01:40:58 +01:00
WinUpdater Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
CMakeLists.txt CMakeLists: Embed macOS Updater app inside DolphinQt 2024-08-01 22:06:55 -04:00
DolphinLib.ARM64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.props Merge pull request #13476 from jordan-woyak/sdl-header 2025-04-25 01:49:52 +01:00
DolphinLib.vcxproj AudioCommon: Added Granular Synthesis 2025-03-14 01:22:35 -05:00
DolphinLib.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.x64.props Move x64 DSP JIT into DolphinLib.x64.props 2023-01-06 22:42:21 -08:00
VersionInfo.plist.in ScmRevGen: Don't generate Info.plist files directly 2024-12-05 14:56:08 -05:00