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:
@@ -86,7 +86,7 @@
|
||||
<string>P&ost-exit Command</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>labelPostExitCmd</cstring>
|
||||
<cstring>postExitCmdTextBox</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user