зеркало из https://github.com/mozilla/pjs.git
bug 397103 Rlk/Lk regression in crash reporter. r=dbaron a1.9=drivers
This commit is contained in:
Родитель
6ccbb3315f
Коммит
bb4202f1a4
|
@ -672,6 +672,12 @@ nsresult UnsetExceptionHandler()
|
|||
delete crashReporterAPIData_Hash;
|
||||
crashReporterAPIData_Hash = nsnull;
|
||||
}
|
||||
|
||||
if (crashReporterAPIData) {
|
||||
delete crashReporterAPIData;
|
||||
crashReporterAPIData = nsnull;
|
||||
}
|
||||
|
||||
if (crashReporterPath) {
|
||||
NS_Free(crashReporterPath);
|
||||
crashReporterPath = nsnull;
|
||||
|
|
Загрузка…
Ссылка в новой задаче