OSDN Git Service

My attempt at fixing the leak reported by the valgrind buildbots. Valgrind will
authorCharles Davis <cdavis@mines.edu>
Fri, 27 May 2011 02:01:08 +0000 (02:01 +0000)
committerCharles Davis <cdavis@mines.edu>
Fri, 27 May 2011 02:01:08 +0000 (02:01 +0000)
commit4eeb7b662b78f5c520fb258b3f9df18b1227cde5
tree55e1f3dd59068f605d220b7b264fe1689b8e9e3a
parentc2d3022aa6104a21f4368c522ccbf9a4d282b7c6
My attempt at fixing the leak reported by the valgrind buildbots. Valgrind will
still report leaks, but they're spurious now. Valgrind cannot peer into
std::vector objects--or any dynamic array, for that matter--because it doesn't
know how big the array is.

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