From: Adam Dickmeiss Date: Wed, 27 Jan 2010 15:46:14 +0000 (+0100) Subject: Calling iochan_man_destroy X-Git-Tag: v1.4.0~151 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=e3f0464ea4e840107ec25c1b6747e3a382c408d3;p=pazpar2-moved-to-github.git Calling iochan_man_destroy --- diff --git a/src/test_sel_thread.c b/src/test_sel_thread.c index 6ec7ec8..5c5eef5 100644 --- 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_destroy(&chan_man); } }