BugPoint: Fix some memory leaks.
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 25 Apr 2014 20:15:16 +0000 (20:15 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 25 Apr 2014 20:15:16 +0000 (20:15 +0000)
commit5ed33e08f30b85c0f6e079fc31cc552a4b06f61e
treef67bea3f86e3795506bf9ed57f9abcdc7712a1db
parent9c6a820aa7169f64b2def69af1312354c07aff2a
BugPoint: Fix some memory leaks.

Patch by Kostya Serebryany.

unique_ptr would be nice, but it's a bit too much work for an area I'm
not familiar with, nor invested in, unfortunately.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207265 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/BugDriver.cpp