Skip to content
Commit 3ae7bb6b authored by Chris Lattner's avatar Chris Lattner
Browse files

Fix a nasty dangling pointer problem, due to a free'd pointer being left in

a map.  This caused problems if a later object happened to be allocated at
the free'd object's address.

llvm-svn: 16813
parent b0b1cb21
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment