mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-10 12:31:06 -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>
|
<string>P&ost-exit Command</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
<property name="buddy">
|
||||||
<cstring>labelPostExitCmd</cstring>
|
<cstring>postExitCmdTextBox</cstring>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user