Fix a hypothetical memory leak, identified by Coverity. In practice, this
authorChris Lattner <sabre@nondot.org>
Fri, 12 May 2006 18:10:12 +0000 (18:10 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 May 2006 18:10:12 +0000 (18:10 +0000)
commitbbea1245a1b7e2bce79fe34d9331dab2e42fa3a4
tree685d6a7bdc7fbb02380b7d6ad027bc4c0207d040
parentb5d9319bc585d872b59967eec71ada21a3bbd497
Fix a hypothetical memory leak, identified by Coverity.  In practice, this
object is never deleted though.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28256 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JITEmitter.cpp