mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-28 10:15:10 +01:00
Keeping track of modules without symbols during crash report processing.
http://breakpad.appspot.com/534002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1126 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
718ae3284e
commit
60b5f7c7e9
10 changed files with 230 additions and 49 deletions
|
|
@ -57,6 +57,9 @@ void ProcessState::Clear() {
|
|||
}
|
||||
threads_.clear();
|
||||
system_info_.Clear();
|
||||
// modules_without_symbols_ DOES NOT owns the underlying CodeModule pointers.
|
||||
// Just clear the vector.
|
||||
modules_without_symbols_.clear();
|
||||
delete modules_;
|
||||
modules_ = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue