Drip: memory leak detector for IE

I found out about Drip through John Resig’s Secrets of JavaScript Libraries panel at SXSW this year. Unfortunately I couldn’t attend his panel, but the presentation document seems like a good read.

Anyway, Drip is a memory leak detector application for Internet Explorer. It basically runs IE within the application itself, and analyzes the memory usage for any leaks. Seems really really useful, and just by playing with it for a few minutes I already found a couple of pieces of code to fix.

Leave a Comment