mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-03 12:36:08 -04:00
Added missing fclose to TorProcess::tryReadControlPort
This commit is contained in:
parent
15d56f01ac
commit
5b8ac7e49b
@ -412,6 +412,8 @@ bool TorProcess::tryReadControlPort()
|
||||
ByteArray data = ByteArray((unsigned char*)line,size).trimmed();
|
||||
free(line);
|
||||
|
||||
fclose(file);
|
||||
|
||||
int p;
|
||||
if (data.startsWith("PORT=") && (p = data.lastIndexOf(':')) > 0) {
|
||||
mControlHost = data.mid(5, p - 5).toString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user