in reply to Load and unload modules ala dlopen();

free-ing is something like calling the corresponding destructor.
DESTROY is called when your lexical variable goes out of its scope. That's simple.
  • Comment on Re: Load and unload modules ala dlopen();