Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <e94_msu@elixir.e.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Thu, 09 Jul 1998 23:13:49 +0200

Memory-leaks and bugs

Hi!

I've now commited libggi/demos/findleaks.c which is a program designed
to find memoryleaks in libggi and it's targets.
And after running it I can tell you that we shouldn't feel flattered...
Running 20 ggiInit();ggiExit(); pairs leaked ~150K memory, but this
was simple to plug up.
And running 20 ggiOpen();ggiClose() pairs with the X-target leaks
19 (nineteen) MEGAbytes of memory!!!

So, please do a CVS update and help me plug all those memoryholes.

//Marcus

Index: [thread] [date] [subject] [author]