New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=cca135c4351aa8ce11269259471b27dccf922b1b
commit cca135c4351aa8ce11269259471b27dccf922b1b
Author: Denis Oliver Kropp <[email protected]>
Date:   Thu Feb 9 22:32:58 2012 +0100

    Core: Fix surface allocation decouple issue, thanks to Rob McConnell!
    
    "This patch fixes the surface allocation decoupling when 'dfbtest_prealloc' 
is run as a slave and exits.  The wrong surface allocation object was being 
referenced in the call to 'dfb_surface_allocation_unlink()' in function 
'dfb_surface_allocation_decouple()'.  In effect, it was trying to unlink the 
same surface allocation object twice and the assertion occurred in the call to 
'dfb_surface_allocation_locks()'."

 src/core/surface_allocation.c |   30 ++++++++++++++++--------------
 src/core/surface_pool.c       |    2 +-
 2 files changed, 17 insertions(+), 15 deletions(-)

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

Reply via email to