Howdy,
I've run into an issue using a user control in a web browser. The issue is that I've found a way for the user to hit the back button and not crash the browser, but I don't appear to have enough time to do some exit-time manual memory cleanup. When I try to do some memory clean-up (when the back button is pushed at a certain point) the browser freezes.
Any ideas about how I can free up memory that appears to need be manually freed up?
I've run into an issue using a user control in a web browser. The issue is that I've found a way for the user to hit the back button and not crash the browser, but I don't appear to have enough time to do some exit-time manual memory cleanup. When I try to do some memory clean-up (when the back button is pushed at a certain point) the browser freezes.
Any ideas about how I can free up memory that appears to need be manually freed up?