| Index: chrome/browser/crash_handler_host_linux.cc
|
| diff --git a/chrome/browser/crash_handler_host_linux.cc b/chrome/browser/crash_handler_host_linux.cc
|
| index 7444e9670963b0db3e947ee89e2a5cb912c5584f..8784087e7df04c0a3f2476169113804b8e2b72bd 100644
|
| --- a/chrome/browser/crash_handler_host_linux.cc
|
| +++ b/chrome/browser/crash_handler_host_linux.cc
|
| @@ -324,6 +324,7 @@ void CrashHandlerHostLinux::OnFileCanReadWithoutBlocking(int fd) {
|
| // Freed in CrashDumpTask();
|
| BreakpadInfo* info = new BreakpadInfo;
|
|
|
| + info->fd = -1;
|
| info->process_type_length = process_type_.length();
|
| char* process_type_str = new char[info->process_type_length + 1];
|
| process_type_.copy(process_type_str, info->process_type_length);
|
|
|