(trunk libT) fix a minor memory leak.
This commit is contained in:
parent
9c9c94a81d
commit
5ea9bcacbc
|
@ -611,6 +611,7 @@ tr_fdClose( void )
|
|||
|
||||
tr_lockFree( gFd->lock );
|
||||
|
||||
tr_free( gFd->openFiles );
|
||||
tr_free( gFd );
|
||||
gFd = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue