[LinkerTest] Use LLVMDisposeMessage to free error string.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 15 Jun 2015 15:42:26 +0000 (15:42 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 15 Jun 2015 15:42:26 +0000 (15:42 +0000)
commit4f9d346fa007560c05ce01dc3089f8a0231d7d8f
treee4534d23031d53b6b14fd62f020acd567dbb8542
parent1ec22e4a9c5f3344ec6d46b0b2990a4d3a82cadf
[LinkerTest] Use LLVMDisposeMessage to free error string.

LLVMDisposeMessage is just a thing wrapper around free at the moment, but it's
the proper API to use here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239731 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Linker/LinkModulesTest.cpp