зеркало из https://github.com/mozilla/pjs.git
Plug a region leak in nsRegionGTK::SetTo(). r=pavlov
This commit is contained in:
Родитель
15b6e2f79d
Коммит
e68435c058
|
@ -99,7 +99,7 @@ nsresult nsRegionGTK::Init(void)
|
|||
|
||||
void nsRegionGTK::SetTo(const nsIRegion &aRegion)
|
||||
{
|
||||
SetRegionEmpty();
|
||||
Init();
|
||||
|
||||
nsRegionGTK *pRegion = (nsRegionGTK *)&aRegion;
|
||||
|
||||
|
@ -108,7 +108,7 @@ void nsRegionGTK::SetTo(const nsIRegion &aRegion)
|
|||
|
||||
void nsRegionGTK::SetTo(PRInt32 aX, PRInt32 aY, PRInt32 aWidth, PRInt32 aHeight)
|
||||
{
|
||||
SetRegionEmpty();
|
||||
Init();
|
||||
|
||||
mRegion = gdk_region_from_rect(aX, aY, aWidth, aHeight);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче