DIsabled a free of stack memory

This commit is contained in:
kipp%netscape.com 1999-03-22 15:42:07 +00:00
parent b12228ad37
commit fe12184d66

View File

@ -122,7 +122,7 @@ NS_IMETHODIMP nsFontMetricsGTK::Init(const nsFont& aFont, nsIDeviceContext* aCon
if (gsf)
{
allowFontScaling = PR_TRUE;
g_free(gsf);
// g_free(gsf);
}
}
#endif