try to fix linux & mac bustage.

This commit is contained in:
scott%scott-macgregor.org 2007-06-12 05:17:55 +00:00
Родитель 3542c8f4b9
Коммит fed2df71c6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -63,7 +63,7 @@ nsMimeContentTypeHandler::nsMimeContentTypeHandler(const char *aMimeType,
nsMimeContentTypeHandler::~nsMimeContentTypeHandler(void)
{
if (mimeType) {
free(mimeType);
NS_Free(mimeType);
mimeType = 0;
}
realCreateContentTypeHandlerClass = 0;