Avoid leaking the memory allocated for GlobalVariables in the interpreter, by
authorJeffrey Yasskin <jyasskin@google.com>
Sat, 27 Mar 2010 04:53:56 +0000 (04:53 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Sat, 27 Mar 2010 04:53:56 +0000 (04:53 +0000)
commit47b7112418a8c6ca23039ad5239cbc16091911a0
tree4184663c182b3ba4c91c314175a417f8466af115
parent2cd1a12fe07be753e331a12389aa1ceb49de836b
Avoid leaking the memory allocated for GlobalVariables in the interpreter, by
freeing that memory when the GV is destroyed.

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