diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 1999-12-28 18:13:04 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 1999-12-28 18:13:04 +0000 |
| commit | 1752e66d49ea5d9653b0cec4df9949774de0b806 (patch) | |
| tree | cfe4b336992c8189f28dd9dd04ab184768a47b5e /lib/libpthread/thread/thr_spec.c | |
| parent | 69186ed701cbfc740d08df24d46b8d184b6f57eb (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_spec.c')
| -rw-r--r-- | lib/libpthread/thread/thr_spec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_spec.c b/lib/libpthread/thread/thr_spec.c index f1e9f5c08a9b..1485cbb7e9d9 100644 --- a/lib/libpthread/thread/thr_spec.c +++ b/lib/libpthread/thread/thr_spec.c @@ -88,7 +88,7 @@ pthread_key_delete(pthread_key_t key) void _thread_cleanupspecific(void) { - void *data; + void *data = NULL; int key; int itr; void (*destructor)( void *); |
