Calling iochan_man_destroy
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 27 Jan 2010 15:46:14 +0000 (16:46 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 27 Jan 2010 15:46:14 +0000 (16:46 +0100)
src/test_sel_thread.c

index 6ec7ec8..5c5eef5 100644 (file)
@@ -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);
     }
 }