summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kde.org>2015-08-28 19:00:21 +0300
committerBogDan Vatra <bogdan@kdab.com>2015-10-15 09:49:39 +0000
commit4f7e0bdc4c18b8d0a1e317ddae2d2caa80b59c8e (patch)
tree05b8d6bae61f14f960a27a133583ab34190ce786 /src/corelib/kernel
parent0a00782608c7dcc15f58f514bb75bbf0d646abed (diff)
Android: Ensure all global objects are destructed
Android doesn't automatically trigger global objects destruction, so we need to do it ourselves. Test case: struct TestGlobal { ~TestGlobal() { qDebug() << " ~TestGlobal";} } global; int main() { return 0; } Change-Id: I32507c1cffebafc9841e9707a8f6711dcbd36281 Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
Diffstat (limited to 'src/corelib/kernel')
0 files changed, 0 insertions, 0 deletions