From 4b79461c03e0dd4656c1ad4fdca4344fb2cd1b19 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 15 May 2003 06:15:57 +0000 Subject: Fixed memory leaks caused by destructors calling pthreads routines at thread exit. --- pthread_setspecific.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread_setspecific.c') diff --git a/pthread_setspecific.c b/pthread_setspecific.c index 37ff975..fbf4d7e 100644 --- a/pthread_setspecific.c +++ b/pthread_setspecific.c @@ -84,7 +84,7 @@ pthread_setspecific (pthread_key_t key, const void *value) else { /* - * Resolve catch-22 of registering thread with threadSelf + * Resolve catch-22 of registering thread with selfThread * key */ self = (pthread_t) pthread_getspecific (ptw32_selfThreadKey); -- cgit v1.2.3