solve the problem that the host process will crash when the devmgr process exits

Signed-off-by: zhang <zhangfengxi@huawei.com>
This commit is contained in:
zhang
2022-06-06 14:18:40 +08:00
parent 90d1f01f68
commit 98e77912d7
-5
View File
@@ -90,11 +90,6 @@ void HdfDriverLoaderFullReclaimDriver(struct HdfDriver *driver)
return;
}
if (driver->priv != NULL) {
dlclose(driver->priv);
driver->priv = NULL;
}
OsalMemFree(driver);
}