(trunk libT) fix evbuffer oops

This commit is contained in:
Charles Kerr 2009-01-08 20:33:33 +00:00
parent 55aa6d834f
commit e7b9a2eaa2
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}