]> git.tdb.fi Git - r2c2.git/commitdiff
Eliminate a possible race condition in thread termination
authorMikko Rasa <tdb@tdb.fi>
Thu, 5 Feb 2015 14:19:01 +0000 (16:19 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 5 Feb 2015 15:56:37 +0000 (17:56 +0200)
In the unlikely event that the thread doesn't terminate fast enough after
setting the goal pointer, deleting it would send it a kill signal.
Remove this possibility by explicitly jouning the thread.


No differences found