projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8720e93
)
fix
author
Miklos Szeredi
<miklos@szeredi.hu>
Sat, 10 Dec 2005 21:21:39 +0000
(21:21 +0000)
committer
Miklos Szeredi
<miklos@szeredi.hu>
Sat, 10 Dec 2005 21:21:39 +0000
(21:21 +0000)
lib/fuse_mt.c
patch
|
blob
|
history
diff --git
a/lib/fuse_mt.c
b/lib/fuse_mt.c
index 1136ee99d4bafb1b1da7e21a6b8750c1543cc3df..f56fe62fc87298f87831841f88ebfced6deca738 100644
(file)
--- a/
lib/fuse_mt.c
+++ b/
lib/fuse_mt.c
@@
-64,6
+64,7
@@
static void mt_delete_context_key(void)
context_ref--;
if (!context_ref) {
fuse_set_getcontext_func(NULL);
+ free(pthread_getspecific(context_key));
pthread_key_delete(context_key);
}
pthread_mutex_unlock(&context_lock);