[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Pygame success story



On Wed, 16 Feb 2005 14:21:15 +0100, Jindra Sarson <jindra@xxxxxxxxx> wrote:
> I tried to write simmilar program in C some years ago,
> but there were so many problems with memory leaks, so many errors, that
> appears "sometimes".

For future reference, valgrind is a wonderful tool for finding mem leaks :)

-Josh