Defend against null from FE_FindFileExt in CRDFImage::ProcessIcon (hyatt).

This commit is contained in:
brendan%netscape.com 1998-08-21 08:09:01 +00:00
Родитель 7780d8205f
Коммит e0c70dea55
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -235,6 +235,7 @@ static BOOL ValidNSBitmapFormat(char* extension)
void CRDFImage::ProcessIcon()
{
char *ext = FE_FindFileExt(pUrl);
if (!ext) return;
if (ValidNSBitmapFormat(ext))
{
// If there is no context, create one for processing the image.