]> granicus.if.org Git - clang/commit
Fix a memory leak - dispose of the CXString after printing it in mangling.
authorEli Bendersky <eliben@google.com>
Fri, 1 Aug 2014 12:55:44 +0000 (12:55 +0000)
committerEli Bendersky <eliben@google.com>
Fri, 1 Aug 2014 12:55:44 +0000 (12:55 +0000)
commit2ada1f39698da5e03d0a7533b24861c52f79351d
tree6e5ba8eb90323713f190a9ca8691c748da391325
parent11089e969758a275459edda5247a30fd51f6171a
Fix a memory leak - dispose of the CXString after printing it in mangling.

Thanks to kcc@ for noticing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214506 91177308-0d34-0410-b5e6-96231b3b80d8
tools/c-index-test/c-index-test.c