What does the "Enable Auto Free" option in Load DLL mean?

I am loading a DLL before the wizard loop, and call to it several times during the loop. Then I want to close it after the loop is done. But what if the user cancelled the entire installation?

Can I then replace FreeDLL with "Enable Auto Free" ? If so, what the point with FreeDLL ?