(trunk libT) yet another step in the debugging cycle, crash report from ZogG and Rolcol

This commit is contained in:
Charles Kerr 2009-01-05 07:57:10 +00:00
parent 124658791a
commit 1b527610dd
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ peerDestructor( tr_peer * peer )
tr_peerMsgsFree( peer->msgs );
}
tr_peerIoSetIOFuncs( peer->io, NULL, NULL, NULL, NULL );
tr_peerIoUnref( peer->io ); /* balanced by the ref in handshakeDoneCB() */
tr_bitfieldFree( peer->have );