> 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