summaryrefslogtreecommitdiff
path: root/sysdeps/hurd/pt-destroy-specific.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/hurd/pt-destroy-specific.c')
-rw-r--r--sysdeps/hurd/pt-destroy-specific.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/hurd/pt-destroy-specific.c b/sysdeps/hurd/pt-destroy-specific.c
index 23c7fbc..f7896e5 100644
--- a/sysdeps/hurd/pt-destroy-specific.c
+++ b/sysdeps/hurd/pt-destroy-specific.c
@@ -48,7 +48,7 @@ __pthread_destroy_specific (struct __pthread *thread)
void *value;
if (__pthread_key_destructors[i] == PTHREAD_KEY_INVALID)
- break;
+ continue;
value = hurd_ihash_find (thread->thread_specifics, i);
if (value)