The best practices to avoid memory leaks within any browser is to thoroughly test your pages, monitor the memory usage of the browser using something like Process Explorer.
One of the main causes of memory leaks is the use of JavaScript, make sure your code validates well and minimize the use of JS wherever you can. Also watch out for flash movies on your web pages, they swallow a big gulp of memory.
One of the main causes of memory leaks is the use of JavaScript, make sure your code validates well and minimize the use of JS wherever you can. Also watch out for flash movies on your web pages, they swallow a big gulp of memory.