]> granicus.if.org Git - clang/commit
Fixed bug in cleanup of nodes in ExplodedNodeImpl where we should directly
authorTed Kremenek <kremenek@apple.com>
Wed, 16 Jan 2008 19:27:42 +0000 (19:27 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 16 Jan 2008 19:27:42 +0000 (19:27 +0000)
commita5a1ef481efbc896ce39ac696f1011678298e6da
treea4c1ac69b077bca3193172832e3421a18a5eab7f
parent1e0a39012467b4f409142c32148036a9ee05e1d7
Fixed bug in cleanup of nodes in ExplodedNodeImpl where we should directly
call the dstor instead of using delete.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46084 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/ExplodedGraph.cpp