From: Sebastian B. <sb...@us...> - 2013-12-24 09:25:12
|
Update of /cvsroot/simplemail/simplemail/gtk In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32712/gtk Modified Files: subthreads.c Log Message: Added FIXME. Index: subthreads.c =================================================================== RCS file: /cvsroot/simplemail/simplemail/gtk/subthreads.c,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- subthreads.c 24 Dec 2013 09:24:51 -0000 1.50 +++ subthreads.c 24 Dec 2013 09:25:09 -0000 1.51 @@ -114,6 +114,7 @@ gt = t->thread; thread_abort(t); g_mutex_unlock(thread_list_mutex); + /* FIXME: This could lead to a dead-lock situation if the thread was about to perform a synchronous call */ g_thread_join(gt); } else { |