[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [SPAM?]: [ft] Compiling freetype with VC++ 7,1 = automattic memory l
From: |
Werner LEMBERG |
Subject: |
Re: [SPAM?]: [ft] Compiling freetype with VC++ 7,1 = automattic memory leak? |
Date: |
Fri, 02 Sep 2005 09:43:04 +0200 (CEST) |
> I'm using freetype for rendering fonts in an OpenGL app I'm working
> on, and up until now I was using 2.1.8 from gnuwin32. But I wanted
> to use the library statically so I didn't have to ship DLLs too, so
> I downloaded the source for it and compiled it. Linking against it
> automatically caused visual studio to complain it detected memory
> leaks. [...]
>
> Any ideas?
No, sorry. Perhaps you can run a program similar to `valgrind':
http://www-306.ibm.com/software/awdtools/purify/win/
> Here's the output it gives me, [...]
Unfortunately, this isn't very helpful...
Werner