bug 397103 Rlk/Lk regression in crash reporter. r=dbaron a1.9=drivers

This commit is contained in:
ted.mielczarek%gmail.com 2007-10-25 00:37:18 +00:00
Родитель 6ccbb3315f
Коммит bb4202f1a4
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

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