Bug 348669. use delete[]. r+sr=biesi

This commit is contained in:
sayrer%gmail.com 2006-09-10 22:42:19 +00:00
Родитель efd03063fa
Коммит ea5ec8b0a2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -290,7 +290,7 @@ nsMimeMapperMac::ExportMapping ( short * outLength ) const
posInString += strlen(currMapping); // advance marker to get ready for next mapping
}
nsMemory::Free ( mimeType );
delete currMapping;
delete[] currMapping;
}
*posInString = '\0'; // null terminate our resulting string