Tags: chrisjfunk/solana
Tags
Fix missing recycle in recv_from (solana-labs#1205) In the error case that i>0 (we have blobs to send) we break out of the loop and do not push the allocated r to the v array. We should recycle this blob, otherwise it will be dropped.
Fix missing recycle in recv_from (solana-labs#1205) In the error case that i>0 (we have blobs to send) we break out of the loop and do not push the allocated r to the v array. We should recycle this blob, otherwise it will be dropped.
PreviousNext