Re: PGA3 Memory Leaks

From: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
To: efesar <efesar(at)nmia(dot)com>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: PGA3 Memory Leaks
Date: 2003-04-16 19:16:42
Message-ID: 3E9DAC1A.1050509@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

efesar wrote:

>Therefore, I've undone the change.
>
>-Keith
>
>
Keith,
PLEASE undo your undos. The code will CRASH on GTK before the settings
are written. I didn't go into detail which line is the offending one.
Memory leaks on program exit is a waste of brain in my opinion. The
operating system will do all cleanup for us.
Since there are no trees, menues and so on destroyed and dynamically
recreated, we don't need to care what's happening to those at the time
of program end. And at last: I wouldn't have touched that code if it worked!

Regards,
Andreas

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message efesar 2003-04-16 19:42:20 Re: PGA3 Memory Leaks
Previous Message efesar 2003-04-16 18:27:07 PGA3 Memory Leaks