diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2002-12-10 18:23:38 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2002-12-10 18:23:38 +0000 |
commit | 5b5947a2b5114bf4fe27abad997be7649e03d88a (patch) | |
tree | 99abc4f141b9b7adec6ee1d06c882013dc247444 | |
parent | ad280ae0a33d17d638e0dd3a2ff08707c8a69c59 (diff) | |
download | guile-5b5947a2b5114bf4fe27abad997be7649e03d88a.tar.gz |
Removed incorrect comment.
-rw-r--r-- | libguile/threads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/threads.c b/libguile/threads.c index 3d151a230..0c68221d7 100644 --- a/libguile/threads.c +++ b/libguile/threads.c @@ -349,7 +349,7 @@ really_launch (SCM_STACKITEM *base, launch_data *data) t->exited = 1; thread_count--; scm_i_plugin_mutex_unlock (&thread_admin_mutex); - /* We're leaving with heap_mutex still locked. */ + scm_thread_detach (t->thread); } |