mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36:26 +00:00
Qt: use unique_ptr for Ui objects. Should fix some mem-leaks
This commit is contained in:
parent
bb03e17e2d
commit
e9ba6fd034
17 changed files with 9 additions and 20 deletions
|
|
@ -127,8 +127,6 @@ patch_manager_dialog::~patch_manager_dialog()
|
|||
// Save gui settings
|
||||
m_gui_settings->SetValue(gui::pm_geometry, saveGeometry());
|
||||
m_gui_settings->SetValue(gui::pm_splitter_state, ui->splitter->saveState());
|
||||
|
||||
delete ui;
|
||||
}
|
||||
|
||||
int patch_manager_dialog::exec()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue