OSDN Git Service

libgui: Don't assign handle to NULL after free
authorCaio Schnepper <caioschnepper@gmail.com>
Mon, 23 Nov 2015 20:39:58 +0000 (18:39 -0200)
committerCaio Schnepper <caioschnepper@gmail.com>
Mon, 23 Nov 2015 20:39:58 +0000 (18:39 -0200)
commiteed845539a496fd7a5e79a7aefeb0bb87b0c3b53
tree58e57de95f1d82ca03fdfdd9b0056eefc4060403
parent05e03ad50871dd8d3283c733b7f38794b029aaab
libgui: Don't assign handle to NULL after free

This reverts c784dfc39fa1471b0f653206970ac9a256269256 for exynos4 devices
with Mali 400 GPUs, which causes a fatal signal (SIGSEGV) and death of
the graphics subsystem

Change-Id: I6dbf8f8664fca01baf63fece7c64016609fe3e1c
libs/ui/GraphicBuffer.cpp