From 50b4cad76ea425381b1aee10e481bbcd0ade6ab6 Mon Sep 17 00:00:00 2001 From: wangyikai Date: Thu, 12 Sep 2024 17:44:06 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90hdf=5Fcore=E3=80=91=E5=9B=9E=E9=80=80?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=EF=BC=8C=20=E4=BB=8D=E7=84=B6=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E8=B5=84=E6=BA=90=E9=87=8A=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyikai --- adapter/uhdf2/host/devhost.c | 1 + 1 file changed, 1 insertion(+) diff --git a/adapter/uhdf2/host/devhost.c b/adapter/uhdf2/host/devhost.c index ff633388b..1f8381a5b 100644 --- a/adapter/uhdf2/host/devhost.c +++ b/adapter/uhdf2/host/devhost.c @@ -195,6 +195,7 @@ int main(int argc, char **argv) looper->Start(looper); } + DevHostServiceFreeInstance(instance); HdfPowerManagerExit(); DevHostDumpDeInit(); HDF_LOGI("hdf device host %{public}s %{public}d exit", hostName, hostId); -- Gitee