diff options
| author | Nate Williams <nate@FreeBSD.org> | 1999-05-15 01:34:38 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1999-05-15 01:34:38 +0000 |
| commit | a3a6490ba751637ad211495ae098c017f559be00 (patch) | |
| tree | 0cc944b8e321a68f34caa6895704f0b5c91bb842 | |
| parent | 02d8c2160f6a867150071a7c0ee4df945c171f56 (diff) | |
Notes
| -rw-r--r-- | lib/libc_r/uthread/uthread_spec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_spec.c b/lib/libc_r/uthread/uthread_spec.c index 8558dff85980..d1caa289e9de 100644 --- a/lib/libc_r/uthread/uthread_spec.c +++ b/lib/libc_r/uthread/uthread_spec.c @@ -124,8 +124,8 @@ _thread_cleanupspecific(void) } } } - _thread_run->specific_data = NULL; free(_thread_run->specific_data); + _thread_run->specific_data = NULL; } static inline const void ** |
