fixing bug#28641 - fixing major memory leak that only shows up under Win98

with < 64MB RAM.

affects only windows.

a=jevering
r=cathleen
This commit is contained in:
ssu%netscape.com 2000-02-24 00:03:34 +00:00
Родитель d072fa8f77
Коммит c3a01ca29d
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -558,6 +558,7 @@ DrawBarberBar(HWND hWnd, int nBars)
}
}
DeleteObject(hBrushClear);
DeleteObject(hBrush);
EndPaint(hWnd, &ps);
}