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:
de372ba
)
Calling iochan_man_destroy
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 27 Jan 2010 15:46:14 +0000
(16:46 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 27 Jan 2010 15:46:14 +0000
(16:46 +0100)
src/test_sel_thread.c
patch
|
blob
|
history
diff --git
a/src/test_sel_thread.c
b/src/test_sel_thread.c
index
6ec7ec8
..
5c5eef5
100644
(file)
--- a/
src/test_sel_thread.c
+++ b/
src/test_sel_thread.c
@@
-116,6
+116,7
@@
static void test_for_real_work(int no_threads)
iochan_man_events(chan_man);
sel_thread_destroy(p);
iochan_man_events(chan_man);
sel_thread_destroy(p);
+ iochan_man_destroy(&chan_man);
}
}
}
}