[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Memory leak in GNUstep
From: |
Alexander Malmberg |
Subject: |
Re: Memory leak in GNUstep |
Date: |
Mon, 07 Apr 2003 13:17:32 +0200 |
Fred Kiefer wrote:
>
> There seems to be a new memory leak in GNUstep that can be most easily
> seen in GSTest.app.
[snip]
I finally managed to reproduce this, and it turned out to be a bug in
NSFont. It was leaking strings if the fontInfo for a font could not be
created. Should be fixed in cvs now (unless there are other leaks as
well).
(This only really showed up when using -xlib, since it doesn't have the
screen/printer font distinction, so the attempt by the drawing code to
switch to a screen font would always fail.)
- Alexander Malmberg