Remember to free the heap allocated array if we're not going to use it.
authorOwen Anderson <resistor@mac.com>
Thu, 19 Jul 2007 06:45:33 +0000 (06:45 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 19 Jul 2007 06:45:33 +0000 (06:45 +0000)
commit71a1e57d1887341dc3093c12c464f1bc839e7ab5
tree77b393e502caef773c84cf24892993dcbee7f07c
parent19bc4a8acd0173fe76ac48b97c0bca20aa425b2b
Remember to free the heap allocated array if we're not going to use it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40043 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/SmallPtrSet.cpp