mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-23 16:43:46 +00:00
Only release current_breakpad_ if it is defined.
R=mark@chromium.org Review URL: https://codereview.chromium.org/1402453006 .
This commit is contained in:
parent
a31f601d90
commit
ef7575d35a
1 changed files with 1 additions and 1 deletions
|
@ -263,8 +263,8 @@ void Breakpad::UncaughtExceptionHandler(NSException *exception) {
|
|||
NSSetUncaughtExceptionHandler(NULL);
|
||||
if (current_breakpad_) {
|
||||
current_breakpad_->HandleUncaughtException(exception);
|
||||
BreakpadRelease(current_breakpad_);
|
||||
}
|
||||
BreakpadRelease(current_breakpad_);
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
|
|
Loading…
Reference in a new issue