Merge tag 'LA.QSSI.14.0.r1-13400-qssi.0' into staging/lineage-21.0_merge-LA.QSSI.14.0.r1-13400-qssi.0

"LA.QSSI.14.0.r1-13400-qssi.0"

# By Vinoth Jayaram
# Via Linux Build Service Account (1) and Vinoth Jayaram (1)
* tag 'LA.QSSI.14.0.r1-13400-qssi.0':
  commonsys: services: Delete device_obj_ to release the memory

Change-Id: Ie48cd2f76bb6835012917c40afffceb87e79c183
This commit is contained in:
Michael Bestas
2024-03-29 11:58:55 +02:00

View File

@@ -86,6 +86,7 @@ int DeviceImpl::CreateInstance(ClientContext *intf) {
android::status_t status = device_obj_->IDisplayConfig::registerAsService();
// Unable to start Display Config 2.0 service. Fail Init.
if (status != android::OK) {
delete device_obj_;
device_obj_ = nullptr;
return -1;
}