projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
672c18c
)
Fix: destroy the iochan manager mutex
author
Dennis Schafroth
<dennis@indexdata.com>
Tue, 4 May 2010 14:21:29 +0000
(16:21 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Tue, 4 May 2010 14:21:29 +0000
(16:21 +0200)
src/eventl.c
patch
|
blob
|
history
diff --git
a/src/eventl.c
b/src/eventl.c
index
0f0d46b
..
faba34d
100644
(file)
--- a/
src/eventl.c
+++ b/
src/eventl.c
@@
-95,6
+95,7
@@
void iochan_man_destroy(iochan_man_t *mp) {
xfree(c);
c = c_next;
}
+ yaz_mutex_destroy(&(*mp)->iochan_mutex);
xfree(*mp);
*mp = 0;
}