(trunk libT) yet another step in the debugging cycle, crash report from ZogG and Rolcol
This commit is contained in:
parent
124658791a
commit
1b527610dd
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue