AJ: fixed mem leek in FillScreenFonts

git-svn-id: trunk@1326 -
This commit is contained in:
lazarus 2002-02-09 01:48:16 +00:00
parent b80c81bf4f
commit c38c8a75bc

View File

@ -3981,6 +3981,7 @@ begin
If ScreenFonts.IndexOf(Tmp) < 0 then
ScreenFonts.Append(Tmp);
end;
XFreeFontNames(theFonts);
{$EndIf Win32}
end;
@ -3992,6 +3993,9 @@ end;
{ =============================================================================
$Log$
Revision 1.145 2002/10/28 21:04:26 lazarus
AJ: fixed mem leek in FillScreenFonts
Revision 1.144 2002/10/28 18:17:04 lazarus
MG: impoved focussing, unfocussing on destroy and fixed unit search