Re: FreeLibrary()
- Posted by jimcbrown (admin) Sep 28, 2012
- 1999 views
ghaberek said...
So, the backend could probably track those resources and then release them with a call to close_dll(). That would probably be good...
-Greg
I agree. We definitely need a proper close_dll(). Right now, the only way to workaround this would be to wrap dlopen()/dlsym()/dlclose() and directly use the operating system calls to manage everything, bypassing the stdlib layer.