Plug a memory leak in the GCOV profiling emitter, which never released the edge table...
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 17 Nov 2012 13:49:37 +0000 (13:49 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 17 Nov 2012 13:49:37 +0000 (13:49 +0000)
commit9e6ee16b1814268897965b81e82a74ef39173ee1
treeef6a1746fd91df52e8ae9aca8c6cef068e65e2bc
parent3c13c3ebdd545d0fafd24f60315641c0e033a4d9
Plug a memory leak in the GCOV profiling emitter, which never released the edge table memory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168259 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/GCOVProfiling.cpp