sane.ds: Don't unload external libraries on process shutdown.
This commit is contained in:
parent
21bfa0812e
commit
dc345305b0
|
@ -102,14 +102,12 @@ BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|||
break;
|
||||
}
|
||||
case DLL_PROCESS_DETACH:
|
||||
if (lpvReserved) break;
|
||||
#ifdef SONAME_LIBSANE
|
||||
TRACE("calling sane_exit()\n");
|
||||
psane_exit ();
|
||||
|
||||
close_libsane(libsane_handle);
|
||||
libsane_handle = NULL;
|
||||
#endif
|
||||
SANE_instance = NULL;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue