mirror of
https://github.com/transmission/transmission
synced 2025-02-03 21:12:05 +00:00
(trunk libT) prevent stupid double-close error introduced a few minutes ago :/
This commit is contained in:
parent
698aa192aa
commit
b52ae72009
1 changed files with 0 additions and 1 deletions
|
@ -341,7 +341,6 @@ TrCloseFile( int i )
|
|||
assert( fileIsOpen( o ) );
|
||||
|
||||
tr_close_file( o->fd );
|
||||
close( o->fd );
|
||||
o->fd = -1;
|
||||
o->isCheckedOut = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue