Halo All, I am new to javascript and jQuery. I am working on analyzing a memory leak from a thick client application running on IE8.
This application uses one HTML code with multiple javascript pages. I checked the application and found that the variables created on some pages are still alive even after calling the 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 how to reduce memory leak.
Thank you very much in advance
source share