mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-09 20:13:22 -04:00
fix(ui/CustomCommands): memory corruption in labelPostExitCmd
Making a QLabel a buddy of itself causes a double free and crashing on deconstruction in some cases (like MSVC) Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
ae9d0b2d6b
commit
56fa6586ab
@ -86,7 +86,7 @@
|
||||
<string>P&ost-exit Command</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>labelPostExitCmd</cstring>
|
||||
<cstring>postExitCmdTextBox</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user