New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=3bbb1e623aedc312ea2ba5e604ca2f25050d8f0a
commit 3bbb1e623aedc312ea2ba5e604ca2f25050d8f0a
Author: Denis Oliver Kropp <[email protected]>
Date:   Sat Jul 2 10:28:43 2011 +0200

    DirectThread: Fix double cleanup of thread structure when destroying 
running thread
    
    Previously, a thread still running was detached and canceled which still 
led to
    doubly freeing the structure. Now, the thread is canceled and joined. It is 
also
    joined now, if already canceled, but not joined.

 lib/direct/os/linux/glibc/thread.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to