diff options
author | Pixel <pixel@nobis-crew.org> | 2011-11-10 09:45:37 +0100 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-11-10 09:45:37 +0100 |
commit | eb773a11ab557e01569b95254d7e21a53706640d (patch) | |
tree | 0796dc5844e6afccb24d6117070e3590a272a93c /tests | |
parent | 8b7d47a50a72729374c11466eac6da752a8f8425 (diff) |
Fixing that heisenbug. Huh, yeah, it's usually better to use a real TLS instead of a dummy one...
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-Threads.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-Threads.cc b/tests/test-Threads.cc index 82bc9ec..1005906 100644 --- a/tests/test-Threads.cc +++ b/tests/test-Threads.cc @@ -23,6 +23,7 @@ void MainTask::Do() { t->threadStart(); Printer::log(M_STATUS, "Joining thread"); t->join(); + Printer::log(M_STATUS, "Deleting thread"); delete t; Printer::log(M_STATUS, "Test::Threads passed."); |