Halo All, I'm new to javascript and Jquery. I'm working on analysing the memory leak of a thick client application running on IE8.
This application uses one HTML with multiple javascript pages. I checked the application and found that the variables created in some pages are still alive even after the call of destroy function.
I want to write a generic function to kill all global variables that were not destroyed in the destroy function.
Can someone please help me with this? Also, let me know the techniques to reduce memory leakage.
Many thanks in advance