X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Mon, 14 Dec 2020 15:15:22 +0100 (CET) From: Roland Lutz To: "Glenn (glimrick AT epilitimus DOT com) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] Memory leak patches In-Reply-To: <4a1fbfca-3921-f674-1499-f11df8d5a58e@epilitimus.com> Message-ID: References: <20201130220505 DOT 0AE4282C54FD AT turkos DOT aspodata DOT se> <7c75ed03-456c-b408-8b50-0448f6b3a04f AT epilitimus DOT com> <1b2c64b3-6a36-c1f3-dd54-bb583c6bea17 AT epilitimus DOT com> <475f980e-fddd-60d1-9a02-a5bc5fb5805b AT epilitimus DOT com> <8706c896-e01a-9e6e-2bab-fe3607064093 AT epilitimus DOT com> <63273f86-b0fd-8835-a13e-6ab408f06dfc AT epilitimus DOT com> <4a1fbfca-3921-f674-1499-f11df8d5a58e AT epilitimus DOT com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 12 Dec 2020, Glenn (glimrick AT epilitimus DOT com) [via geda-user AT delorie DOT com] wrote: > I just pushed the final set of commits to this branch on > http://epilitimus.com/git_repos/geda-gaf.git Thanks again! :-) > After my initial commit (the one you have already seen) there is a > second batch I had done before I had your fixes to my first batch. Then > your fixes, a formatting fix, a third set of memory leak fixes Are you sure edarenderer.c leaks memory? It looks to me as if the GHashTable is set up correctly with key and value destroy functions. Roland