[webkit-dev] Leak reports during shutdown

Darin Adler darin at apple.com
Tue Sep 29 13:00:55 PDT 2009


Some leak checkers are based on all objects being deleted at shutdown.  
Those won’t work with WebKit. It doesn’t delete all objects at shutdown.

Other leak checkers are based on finding unreachable objects. Those  
work well with WebKit.

     -- Darin



More information about the webkit-dev mailing list