mirror of
https://github.com/openharmony/drivers_adapter.git
synced 2026-07-01 03:23:20 -04:00
!593 fix: solve the problem that the host process will crash when the devmgr process exits
Merge pull request !593 from Zhang/master
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