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:
Friedemann Kleint 2013-01-15 14:09:59 +01:00 committed by The Qt Project
parent d2e64c47ce
commit bb5e11b56d

View File

@ -3254,7 +3254,7 @@ void tst_QAccessibility::bridgeTest()
ia2TableCell->Release();
ia2Table->Release();
#endif
iaccTextEdit->Release();
iaccTable->Release();
}
iaccWindow->Release();