New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=8df3638e366aa716b5901662070dcf58ff4a4f35
commit 8df3638e366aa716b5901662070dcf58ff4a4f35
Author: Denis Oliver Kropp <[email protected]>
Date:   Fri Jun 1 20:41:53 2012 +0200

    Core: Apply patch from Bryce Poole to fix a new deallocation bug in local 
memory surface pool in certain cases.
    
    When the system align and pitch options are enabled, the system will 
allocate using posix_memalign otherwise
    D_MALLOC is called. If in a debug build, D_MALLOC adds a description to the 
beginning of the memory and requires
    D_FREE. The patch calls "free" for malloc'd surfaces and D_FREE for 
D_MALLOC's surfaces.

 src/core/local_surface_pool.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

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

Reply via email to