diff --git a/adapter/uhdf2/host/src/devsvc_manager_proxy.c b/adapter/uhdf2/host/src/devsvc_manager_proxy.c index c9850aad08f38fd98f812b035924a097501dc192..69fa1efe0f023a98c5338ddcab4f61bc75d8d6b7 100644 --- a/adapter/uhdf2/host/src/devsvc_manager_proxy.c +++ b/adapter/uhdf2/host/src/devsvc_manager_proxy.c @@ -223,8 +223,8 @@ static void DevSvcManagerProxyOnRemoteDied(struct HdfDeathRecipient *recipient, HDF_LOGW("%{public}s: DevSvcManager dead, host %{public}d stop", __func__, fullService->super.hostId); if ((looper != NULL) && (looper->Stop != NULL)) { looper->Stop(looper); - _exit(0); } + _exit(0); } void DevSvcManagerProxyConstruct(struct DevSvcManagerProxy *inst, struct HdfRemoteService *remote)