Enlightenment CVS committal Author : titan Project : e17 Module : apps/ephoto
Dir : e17/apps/ephoto/src/bin Modified Files: ephoto_albums.c Log Message: Fix a segfault =================================================================== RCS file: /cvs/e/e17/apps/ephoto/src/bin/ephoto_albums.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- ephoto_albums.c 10 Apr 2008 00:46:29 -0000 1.4 +++ ephoto_albums.c 10 Apr 2008 00:53:39 -0000 1.5 @@ -219,7 +219,7 @@ printf("ERROR: Couldn't create thread!\n"); return; } - pthread_detach(thumb_worker); + pthread_join(thumb_worker, NULL); return; } ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs