mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
Fixes a little memleak
This commit is contained in:
parent
ff1fe9fd1e
commit
ae8ef0dc83
1 changed files with 1 additions and 0 deletions
|
@ -504,6 +504,7 @@ void tr_close( tr_handle_t * h )
|
|||
tr_chokingClose( h->choking );
|
||||
tr_fdClose( h->fdlimit );
|
||||
tr_rcClose( h->upload );
|
||||
tr_rcClose( h->download );
|
||||
free( h );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue