xf86-video-vmware: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Nov 28 08:27:24 UTC 2018


 vmwgfx/vmwgfx_driver.c    |    2 ++
 vmwgfx/vmwgfx_driver.h    |    9 ++++++++-
 vmwgfx/vmwgfx_output.c    |    1 +
 vmwgfx/vmwgfx_overlay.c   |   11 ++++-------
 vmwgfx/vmwgfx_tex_video.c |   44 ++++++++++++++++++++++++++++++--------------
 5 files changed, 45 insertions(+), 22 deletions(-)

New commits:
commit 0b34df288f0e163750962e0e59f5e329642ca457
Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Tue Nov 27 16:36:21 2018 +0100

    vmwgfx: Fix a memory leak
    
    We were leaking a pointer to a drm encoder.
    
    Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

commit 4ec3d67da829f4e7a35ab08427002b9d7e4e5f4b
Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Tue Nov 27 16:20:32 2018 +0100

    vmwgfx: Fix XVideo memory leaks
    
    We were not properly freeing the port privates.
    In order to access those at CloseScreen time, don't free the adaptor pointers
    at XV screen init, but hold on to them until CloseScreen.
    
    Also properly free the new_adaptors pointer.
    
    Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>



More information about the xorg-commit mailing list