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:
parent
736092e772
commit
68827e74ed
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user