commit | 5537da4b965ce6d0c2043b945757b06688ee803e | [log] [tgz] |
---|---|---|
author | Tong, Bo <box.tong@intel.com> | Thu Apr 17 13:44:26 2014 +0800 |
committer | Xiaofei Wan <xiaofei.wan@intel.com> | Thu Apr 17 13:52:05 2014 +0800 |
tree | ddba9604c021c02ea43ab328a11c3a328f193cf3 | |
parent | e7cdde2cb389af572802af47c104dbee6517e911 [diff] |
Disconnect the ANativewindow before destroy the DrvAllocation. It should disconect the ANativewindow before destroy the DrvAllocation, otherwise it will fail in the next loop to connect the ANativewindow in rsdAllocationSetSurface, where the DrvAllocation is destroyed but the ANativewindow is still being connected. Change-Id: Id084f7d388e5ddfa3112ac3bdab7a49ce104b0db Signed-off-by: Xiaofei Wan <xiaofei.wan@intel.com>