-
- Downloads
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
Please register or sign in to comment
The relay variable is always allocated, but might not be freed before we return from this function. See: Coverity CID 1437431