libgralloc-qsd8k: Close the gralloc module
Close the gralloc module in the fb_device_open api. CRs-fixed: 269234 Change-Id: Ifcb1909e0cf8bf40f2b505716cb624531309556b
This commit is contained in:
		| @@ -826,6 +826,9 @@ int fb_device_open(hw_module_t const* module, const char* name, | ||||
|  | ||||
|             *device = &dev->device.common; | ||||
|         } | ||||
|  | ||||
|         // Close the gralloc module | ||||
|         gralloc_close(gralloc_device); | ||||
|     } | ||||
|     return status; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user