tests: Delete platform when test finishes

This commit is contained in:
Sergio Martins
2022-04-29 15:47:54 +01:00
parent 9dc53f9755
commit 721d344533
4 changed files with 10 additions and 12 deletions

View File

@@ -183,6 +183,7 @@ void Platform_qt::tests_initPlatform_impl()
void Platform_qt::tests_deinitPlatform_impl()
{
delete qApp;
}
#endif