(trunk libT) fix file descriptor leak in tr-dht.c

This commit is contained in:
Jordan Lee 2011-03-31 03:37:24 +00:00
parent 38669a6c3b
commit c7a43efc2b
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ dht_bootstrap(void *closure)
if(bootstrap_done(cl->session, 0))
break;
}
fclose( f );
}
tr_free( bootstrap_file );