try to fix linux & mac bustage.

git-svn-id: svn://10.0.0.236/trunk@227843 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2007-06-12 05:17:55 +00:00
parent 1ee173bf01
commit 47e64fb5fc

View File

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