mirror of
https://github.com/openharmony/drivers_adapter.git
synced 2026-07-01 22:44:07 -04:00
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:
@@ -90,11 +90,6 @@ void HdfDriverLoaderFullReclaimDriver(struct HdfDriver *driver)
|
||||
return;
|
||||
}
|
||||
|
||||
if (driver->priv != NULL) {
|
||||
dlclose(driver->priv);
|
||||
driver->priv = NULL;
|
||||
}
|
||||
|
||||
OsalMemFree(driver);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user