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:
Naomi Luis 2011-01-03 12:53:06 -08:00
parent 736092e772
commit 68827e74ed

View File

@ -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;
}