зеркало из https://github.com/mozilla/pjs.git
r=pedemonte, sr=mkaply Patch from Peter Weilbacher - potential leak - move a WinReleasePS
This commit is contained in:
Родитель
8273dfb8ed
Коммит
272f5de7dd
|
@ -777,6 +777,7 @@ nsFontMetricsOS2::InitializeGlobalFonts()
|
|||
lRemFonts = GFX (::GpiQueryFonts(ps, QF_PUBLIC, NULL, &lNumFonts,
|
||||
sizeof (FONTMETRICS), pFontMetrics),
|
||||
GPI_ALTERROR);
|
||||
::WinReleasePS(ps);
|
||||
|
||||
for (int i = 0; i < lNumFonts; i++) {
|
||||
FONTMETRICS* font = &(pFontMetrics[i]);
|
||||
|
@ -872,8 +873,6 @@ nsFontMetricsOS2::InitializeGlobalFonts()
|
|||
globalEntry->mCodePage = font->usCodePage;
|
||||
}
|
||||
|
||||
::WinReleasePS(ps);
|
||||
|
||||
#ifdef DEBUG_pedemonte
|
||||
gGlobalFonts->EnumerateEntries(DebugOutputEnumFunc, nsnull);
|
||||
fflush(stdout);
|
||||
|
|
Загрузка…
Ссылка в новой задаче