OSDN Git Service

Add fclose to avoid leak on native heaps
authorSebastien MICHEL <sebastien.michel@intel.com>
Fri, 1 Apr 2016 13:25:39 +0000 (15:25 +0200)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 20 Jul 2016 09:53:32 +0000 (17:53 +0800)
commit89264eaa586873e7e90345f8b1c9f3dc089cd8df
tree7b004851b58f7c799b5673ba92790fecaed1d869
parentcdc24ac47e772642678cc6070486cd7b05591a33
Add fclose to avoid leak on native heaps

This leak involves the "dumpsys gfxinfo" command and can be observed on
following processes:
* systemui
* system_server
* googlequicksearchbox

Change-Id: I5d0048a8a0c487ef5f88896fe294efebc9381e2a
Tracked-On: https://jira01.devtools.intel.com/browse/OAM-17934
Signed-off-by: Sebastien MICHEL <sebastien.michel@intel.com>
Reviewed-on: https://android.intel.com:443/489997
libs/hwui/renderthread/RenderProxy.cpp