Does TClonesArray::ExpandCreateFast() free memory on shrink?

While looking for the fastest way to change an array size, I read in the in-code documentation of TClonesArray::ExpandCreateFast() that:

Is that correct? I can’t track down this feature in the code (while I see it in TClonesArray::ExpandCreate()).

[quote]Is that correct? [/quote]No the documentation was wrong (fixed in svn) Actually the different between ExpandCreate and ExpandCreateFast is that the later does not delete the user objects.

Cheers,
Philippe.