mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-29 11:42:46 +02:00
AJ: fixed mem leek in FillScreenFonts
git-svn-id: trunk@1326 -
This commit is contained in:
parent
b80c81bf4f
commit
c38c8a75bc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user