try to tickle some more information out of John_Clay's bug report

This commit is contained in:
Charles Kerr 2007-11-17 07:48:51 +00:00
parent b4644c02b9
commit ef3d0df0d9
1 changed files with 2 additions and 1 deletions

View File

@ -1825,7 +1825,8 @@ tr_peerMsgsFree( tr_peermsgs* msgs )
evbuffer_free( msgs->outMessages );
evbuffer_free( msgs->outBlock );
tr_free( msgs->pex );
msgs->pexCount = 0;
memset( msgs, ~0, sizeof( tr_peermsgs ) );
tr_free( msgs );
}
}