mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-28 18:22:00 +00:00
rsx_debugger: Fix memory leak
This commit is contained in:
parent
4464a6c3f6
commit
9a981b5292
@ -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…
Reference in New Issue
Block a user