summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-15 06:15:35 +0000
committerChris Lattner <sabre@nondot.org>2010-03-15 06:15:35 +0000
commit133487696abe700b10a096680db651b37c6b8846 (patch)
tree534bec27466954615e2add43352b214313f57a72 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parent0db1d6500ac67c372fe55f2a82daadecc873df98 (diff)
downloadbcm5719-llvm-133487696abe700b10a096680db651b37c6b8846.tar.gz
bcm5719-llvm-133487696abe700b10a096680db651b37c6b8846.zip
fix a memory leak yjasskin pointed out: MCSymbol is bump pointer
allocated and thus not freed. This is cool except that it contains and std::string so the string data didn't get freed. In any case there is no reason to redundantly store the string data in the MCSymbol anyway, just make the MCSymbol ref the string data in the MCContext StringMap. llvm-svn: 98536
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud