Fix crash in tst_qaccessibility.
Release the table item below the table test instead of releasing the text item twice. Change-Id: I74d283d50a39b9a4570b73a8297ed3dbb2de2271 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
This commit is contained in:
parent
d2e64c47ce
commit
bb5e11b56d
@ -3254,7 +3254,7 @@ void tst_QAccessibility::bridgeTest()
|
||||
ia2TableCell->Release();
|
||||
ia2Table->Release();
|
||||
#endif
|
||||
iaccTextEdit->Release();
|
||||
iaccTable->Release();
|
||||
}
|
||||
|
||||
iaccWindow->Release();
|
||||
|
Loading…
Reference in New Issue
Block a user