зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
d072fa8f77
Коммит
c3a01ca29d
|
@ -558,6 +558,7 @@ DrawBarberBar(HWND hWnd, int nBars)
|
|||
}
|
||||
}
|
||||
|
||||
DeleteObject(hBrushClear);
|
||||
DeleteObject(hBrush);
|
||||
EndPaint(hWnd, &ps);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче