[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Memory leak in FT2 (before new pshinter commit)
From: |
Tom Kacvinsky |
Subject: |
Re: [Devel] Memory leak in FT2 (before new pshinter commit) |
Date: |
Sun, 21 Oct 2001 11:25:29 -0400 (EDT) |
Hi David,
Oops! I already commited my changes... Were the changes you made basically the
same as the changes I made? Also, there is the off chance that the Encoding
array might be parsed twice, so I added a test for that, too.
Regards,
Tom
On Sun, 21 Oct 2001, David Turner wrote:
> Hi Tom,
>
> Tom Kacvinsky a écrit :
> >
> > Yep, that was it -- there were problems with parsing synthetic fonts.
> > There was
> > already code in place to make sure that the FontMatrix and CharStrings
> > didn't
> > get read twice, but there was no test on whether the FontName or Subrs
> > array was
> > already. So what was happening is that these objects were allocated twice,
> > but
> > the first object was never deallocated.
> >
> > I am in the middle of chatting with a fellow from California about fixing
> > some
> > bugs in dvips, so it will be a while before the commit happens.
> >
>
> Well, I have come to the same conclusion and commited a fix in the CVS now.
> Please test, I don't see any problems anymore then..
>
> Regards,
>
> - David
>
> _______________________________________________
> Devel mailing list
> address@hidden
> http://www.freetype.org/mailman/listinfo/devel
>
Re: [Devel] Memory leak in FT2 (before new pshinter commit), Pavel Kankovsky, 2001/10/23