]> granicus.if.org Git - clang/commit
Fix four more test-only leaks found by LSan.
authorNico Weber <nicolasweber@gmx.de>
Thu, 24 Apr 2014 03:48:09 +0000 (03:48 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 24 Apr 2014 03:48:09 +0000 (03:48 +0000)
commit9fb2c586fbafade3660092f8c12462708c737b46
treec6e2c38031a8d1840e4d3b2c4c151ed9202a459a
parent3427ab08e5f4adf08abb0620e6cb567e6c09bcb2
Fix four more test-only leaks found by LSan.

Tool::run() doesn't take ownership of the passed action.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207071 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Tooling/ToolingTest.cpp