From eb78e5e1f4bd32774e6ab03eb07dcd93bd01c00c Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Tue, 9 Apr 2002 00:37:43 +0000 Subject: Added the cancelation setting to make sure the thread stops immediately. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3191e3d..8c9c8b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * src/thread.c (thread_main_loop): Moved the looping code into this function from the main() function. Just a bit of clean up. + (thread_main): Changed the default cancelation point to + asynchronous, which means immediately. This should fix up the + problem where the threads would not free correctly. 2002-04-07 Robert James Kaes -- cgit v1.2.3