[webkit-dev] leak

Geoffrey Garen ggaren at apple.com
Tue Nov 4 13:15:15 PST 2008


> I seen also this in cache :
>
> ~Cache(); // Not implemented to make sure nobody accidentally calls  
> delete --
> WebCore does not delete singletons.
>
>
> it's also to make shutdown faster ? this can create a big leak, no ?

Destruction of items in the cache is not tied to the lifetime of the  
cache. So, no, this won't create a big leak.

Geoff


More information about the webkit-dev mailing list