fix 20-byte memory leak every time we stopped a torrent. :/
This commit is contained in:
parent
850807c626
commit
77233ab16f
|
@ -288,9 +288,10 @@ onStoppedResponse( tr_session * session,
|
|||
long responseCode UNUSED,
|
||||
const void * response UNUSED,
|
||||
size_t responseLen UNUSED,
|
||||
void * torrent_hash UNUSED )
|
||||
void * torrent_hash )
|
||||
{
|
||||
dbgmsg( NULL, "got a response to some `stop' message" );
|
||||
tr_free( torrent_hash );
|
||||
onReqDone( session );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue