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:
ted.mielczarek%gmail.com
2007-10-25 00:37:18 +00:00
parent 7bb93cf104
commit 945bc01e5b

View File

@@ -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;