am 76e5ca81: Fix descriptor leak after accepting connections
* commit '76e5ca81b3ba5a4f52126f2ec8907679b4356292': Fix descriptor leak after accepting connections
This commit is contained in:
@@ -326,6 +326,7 @@ class LocalSocketImpl
|
||||
}
|
||||
|
||||
s.fd = accept(fd, s);
|
||||
s.mFdCreatedInternally = true;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -536,4 +537,3 @@ class LocalSocketImpl
|
||||
close();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user