1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 16:24:02 +00:00

Fixes a little memleak

This commit is contained in:
Eric Petit 2006-01-30 07:01:35 +00:00
parent ff1fe9fd1e
commit ae8ef0dc83

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