Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2006-05-10 23:34:54 +0400
committerMiguel de Icaza <miguel@gnome.org>2006-05-10 23:34:54 +0400
commit3e8a43adfbab908c1daab4d0d629c1984b4b5b06 (patch)
tree002d413cb8769343e040c9ca43dd18bff713e27f
parent4828d630c82aa04f52cad6367236b0c9a2825dfc (diff)
Take this patch out as the case it fixes is not as common as the regression it introduces
svn path=/branches/mono-1-1-13/mono/; revision=60547
-rw-r--r--mono/io-layer/threads.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mono/io-layer/threads.c b/mono/io-layer/threads.c
index 84c4806e1f2..33d3b2532b8 100644
--- a/mono/io-layer/threads.c
+++ b/mono/io-layer/threads.c
@@ -647,8 +647,6 @@ gpointer GetCurrentThread(void)
ret = _wapi_thread_handle_from_id (pthread_self ());
if (!ret) {
ret = thread_attach (NULL);
- } else {
- _wapi_handle_ref (ret);
}
return(ret);