dolphin/Source/Core
Lioncash 00943b1ef4 DolphinWX: Fix memory leaks relating to the TAS dialog
Initially, the dialogs construct in the background when Dolphin initializes. However, it waits until the user actually makes the dialogs visible to decide on whether to create the Wii or GC control layouts.

Therefore, the call to CreateBaseLayout() essentially creates a sizer that isn't actually attached to a main sizer that is set as the sizer for the dialog to use. So upon destruction, these controls would never actually be destroyed if the user didn't open and then close the TAS dialogs.
2015-04-09 23:33:33 -04:00
..
AudioCommon Formatting/Whitespace Cleanup 2015-02-25 10:48:21 -05:00
Common Common: Remove TLS usage in GetLastErrorMsg 2015-04-07 22:42:21 +02:00
Core Move down Country_World 2015-04-08 18:55:16 -04:00
DiscIO Move down Country_World 2015-04-08 18:55:16 -04:00
DolphinQt Move down Country_World 2015-04-08 18:55:16 -04:00
DolphinWX DolphinWX: Fix memory leaks relating to the TAS dialog 2015-04-09 23:33:33 -04:00
InputCommon Revert "Merge pull request #2256 from RachelBryk/Dolphin-Pro" 2015-04-01 22:30:57 +02:00
UICommon Fix user directories at times doing stupid things. 2015-03-15 09:19:48 -05:00
VideoBackends Fifo: rewrite sync on idle skipping hack 2015-04-06 12:35:35 +02:00
VideoCommon Fifo: rewrite Fifo_PauseAndLock 2015-04-06 12:35:35 +02:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00