[cfe-commits] r60151 - /cfe/trunk/lib/Analysis/BasicConstraintManager.cpp
Zhongxing Xu
xuzhongxing at gmail.com
Wed Nov 26 22:44:35 PST 2008
On Thu, Nov 27, 2008 at 2:31 PM, Ted Kremenek <kremenek at apple.com> wrote:
> Wow. Thanks Zhongxing. I guess this wasn't noticed before because all
> sets are allocated using the shared BumpPtrAllocator, so this wasn't a
> correctness problem (as the sets would stay in memory).
Yeah. The FoldingSet's dtor only deletes the buckets, not the objects
themselves.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20081127/493fe86e/attachment.html>
More information about the cfe-commits
mailing list