Make *SURE* to null out the pointer before throwing an exception, otherwise
authorChris Lattner <sabre@nondot.org>
Mon, 15 Nov 2004 21:55:33 +0000 (21:55 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Nov 2004 21:55:33 +0000 (21:55 +0000)
commit3bdad6923eae8ce356ce9392e96707064fdf1bc3
tree584f768ceff45f382252faffa576d4788018fb8a
parent1992522abd2742ca1cbf24ceec8a6020c6fbc248
Make *SURE* to null out the pointer before throwing an exception, otherwise
the dtor for the BytecodeReader class will try to free it again!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17856 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Reader/Reader.cpp