mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-25 20:32:56 +00:00
Add the TID to the CallStack.
R=ivanpe@chromium.org Review URL: https://codereview.chromium.org/1849933002 .
This commit is contained in:
@@ -48,6 +48,7 @@ void CallStack::Clear() {
|
||||
++iterator) {
|
||||
delete *iterator;
|
||||
}
|
||||
tid_ = 0;
|
||||
}
|
||||
|
||||
} // namespace google_breakpad
|
||||
|
||||
Reference in New Issue
Block a user