From 1b527610dd344575985596e5401fa634487adea8 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 5 Jan 2009 07:57:10 +0000 Subject: [PATCH] (trunk libT) yet another step in the debugging cycle, crash report from ZogG and Rolcol --- libtransmission/peer-mgr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libtransmission/peer-mgr.c b/libtransmission/peer-mgr.c index 8506e3453..aa618d7dc 100644 --- a/libtransmission/peer-mgr.c +++ b/libtransmission/peer-mgr.c @@ -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 );