1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

fix tr_peerMsgsAddRequest memory leak reported by tiennou

This commit is contained in:
Charles Kerr 2007-11-16 15:45:26 +00:00
parent 1ebaf597a4
commit 73680b6263

View file

@ -1286,6 +1286,9 @@ clientGotBlock( tr_peermsgs * msgs, const uint8_t * data, const struct peer_requ
dbgmsg( msgs, "peer has %d more blocks we've asked for",
tr_list_size(msgs->clientAskedFor));
tr_free( myreq );
myreq = NULL;
/**
*** Error checks
**/