mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
(trunk libT) fix evbuffer oops
This commit is contained in:
parent
55aa6d834f
commit
e7b9a2eaa2
1 changed files with 1 additions and 1 deletions
|
@ -939,7 +939,7 @@ readIA( tr_handshake * handshake,
|
|||
else
|
||||
{
|
||||
dbgmsg( handshake, "peer didn't offer an encryption mode we like." );
|
||||
evbuffer_free( outbuf );
|
||||
tr_releaseBuffer( outbuf );
|
||||
return tr_handshakeDone( handshake, FALSE );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue