bug 397103 Rlk/Lk regression in crash reporter. r=dbaron a1.9=drivers
git-svn-id: svn://10.0.0.236/trunk@238121 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user