Fixes a little memleak

This commit is contained in:
Eric Petit 2006-01-30 07:01:35 +00:00
parent ff1fe9fd1e
commit ae8ef0dc83
1 changed files with 1 additions and 0 deletions

View File

@ -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 );
}