Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 05d9dd34 authored by Marissa Wall's avatar Marissa Wall
Browse files

blast: fix crash TransactionCompletedThread

When TransactionCompletedThread is destroyed, the std::thread
is signaled to exit and then joined. If the thread was never
started, the join call throws an exception. To prevent the
exception, check if the thread is joinable first.

Test: libsurfaceflinger_unittest
Change-Id: I6372bf4fff4bc04383a9018dac01b36d1c046001
parent ba8f5ede
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment