plug memory leak in LLParser::PerFunctionState::SetInstName() by deleting a value...
authorNuno Lopes <nunoplopes@sapo.pt>
Wed, 2 Sep 2009 14:22:03 +0000 (14:22 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Wed, 2 Sep 2009 14:22:03 +0000 (14:22 +0000)
commit531552aaa24218c1b2043cf56d719f3d940aeed4
tree6aad9afe926fa494ca629b63b0a2eb5d9b1a4c31
parent2252d481d66ddc3462acbd7473d9a1d4702b64ee
plug memory leak in LLParser::PerFunctionState::SetInstName() by deleting a value after replacing it

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