uxa: Do not FreePixmap(screen->devPrivate)
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 8 Jun 2014 15:55:07 +0000 (16:55 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Sun, 8 Jun 2014 15:56:35 +0000 (16:56 +0100)
commit981af18190be772b469761bc124b9f46c19d5093
treefbd5a0658051805d259c5e1045f7727501d0a528
parent86f2cae45048158154eb2b1dbb181c3e1d6a8bf7
uxa: Do not FreePixmap(screen->devPrivate)

Prevent the crash caused by

commit 444a1f7a8802999e27ecf5f6eb598df2206f7277
Author: Brendan King <brendan.king@imgtec.com>
Date:   Thu Apr 24 11:37:45 2014 +0100

    fb: fix screen pixmap leak on server reset

    Call FreePixmap() instead of free() to destroy the screen pixmap in
    fbCloseScreen().

Signed-off-by: Frank Binns <frank.binns@imgtec.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/uxa/uxa.c