Fix file descriptor leaks in linux CrashGenerationServer
R=ted.mielczarek@gmail.com Review URL: https://codereview.chromium.org/1137423004 .
This commit is contained in:
@@ -123,6 +123,9 @@ CrashGenerationServer::Stop()
|
||||
void* dummy;
|
||||
pthread_join(thread_, &dummy);
|
||||
|
||||
close(control_pipe_in_);
|
||||
close(control_pipe_out_);
|
||||
|
||||
started_ = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user