mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
rsx_debugger: Fix memory leak
This commit is contained in:
parent
4464a6c3f6
commit
9a981b5292
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ rsx_debugger::rsx_debugger(std::shared_ptr<gui_settings> gui_settings, QWidget*
|
|||
{
|
||||
setWindowTitle(tr("RSX Debugger"));
|
||||
setObjectName("rsx_debugger");
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
setWindowFlags(Qt::Window);
|
||||
|
||||
// Fonts and Colors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue