diff --git a/uhdf2/host/src/driver_loader_full.c b/uhdf2/host/src/driver_loader_full.c index 8818730..29f9c04 100644 --- a/uhdf2/host/src/driver_loader_full.c +++ b/uhdf2/host/src/driver_loader_full.c @@ -90,11 +90,6 @@ void HdfDriverLoaderFullReclaimDriver(struct HdfDriver *driver) return; } - if (driver->priv != NULL) { - dlclose(driver->priv); - driver->priv = NULL; - } - OsalMemFree(driver); }