From: Sebastian B. <sb...@us...> - 2013-12-24 09:29:29
|
Update of /cvsroot/simplemail/simplemail/tests In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv825/tests Modified Files: imap2_unittest.c Log Message: Cleanup the threads even more earlier. Index: imap2_unittest.c =================================================================== RCS file: /cvsroot/simplemail/simplemail/tests/imap2_unittest.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- imap2_unittest.c 24 Dec 2013 09:29:11 -0000 1.15 +++ imap2_unittest.c 24 Dec 2013 09:29:26 -0000 1.16 @@ -162,9 +162,9 @@ thread_wait(test_imap_timer_callback, NULL, 2000); + cleanup_threads(); del_folders(); free_config(); - cleanup_threads(); progmon_deinit(); codesets_cleanup(); } |