summaryrefslogtreecommitdiff
path: root/c/misc_thread_common.h
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2019-01-31 21:58:00 +0100
committerArmin Rigo <arigo@tunes.org>2019-01-31 21:58:00 +0100
commit5f6c06df1219c275e36f2fe54b731b701346beb6 (patch)
tree03b62e6a2f9400f9f598506a9b66628058524e4c /c/misc_thread_common.h
parent2858e51cd20c95094caa3ffdbcae297448fb69ef (diff)
downloadcffi-5f6c06df1219c275e36f2fe54b731b701346beb6.tar.gz
oops thanks BlastRock NA for spotting this
Diffstat (limited to 'c/misc_thread_common.h')
-rw-r--r--c/misc_thread_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/misc_thread_common.h b/c/misc_thread_common.h
index 706166c..66e2835 100644
--- a/c/misc_thread_common.h
+++ b/c/misc_thread_common.h
@@ -107,8 +107,9 @@ thread_canary_dealloc(ThreadCanaryObj *ob)
//fprintf(stderr, "thread_canary_dealloc(%p): ZOMBIE\n", ob);
_thread_canary_detach_with_lock(ob);
}
- else
+ else {
//fprintf(stderr, "thread_canary_dealloc(%p): not a zombie\n", ob);
+ }
if (ob->tls != NULL) {
//fprintf(stderr, "thread_canary_dealloc(%p): was local_thread_canary\n", ob);