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

This commit is contained in:
ted.mielczarek@gmail.com 2007-10-24 17:37:18 -07:00
Родитель 61097aa91f
Коммит cac7bf3ba7
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;