ahf Fix memory leak in test_channelpadding_consensus().
8550016 Jun 23, 2018
Fix memory leak in test_channelpadding_consensus().
The relay variable is always allocated, but might not be freed before we
return from this function.

See: Coverity CID 1437431
8550016