Navigation Menu

Skip to content

Commit

Permalink
revert last change. key could be used by other threads
Browse files Browse the repository at this point in the history
  • Loading branch information
halayli committed May 17, 2012
1 parent db173e6 commit 45a0a54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lthread.c
Expand Up @@ -176,7 +176,6 @@ static void
_lthread_key_destructor(void *data)
{
free(data);
pthread_key_delete(lthread_sched_key);
}

static void
Expand Down

0 comments on commit 45a0a54

Please sign in to comment.