OpenLayers.Map has three functions that look like being used for freeing memory: destroy(), unloadDestroy(), updateSizeDestroy() (link).
Am I supposed to explicitly call them or not? From the description of "unloadDestroy", for example, it seems that it is already called by something.
I'm looking something similar to Google Maps' GUnload, which is supposed to be run upon page unload event - is there something similar for OpenLayers?
Thanks!