X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Fri, 28 May 2021 21:07:04 +0200 (CEST) From: Roland Lutz To: "karl AT aspodata DOT se [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] errors in git gschem In-Reply-To: Message-ID: References: <20210527152030 DOT 03D81832CA7E AT turkos DOT aspodata DOT se> <20210528121930 DOT 617BC83B0DDA AT turkos DOT aspodata DOT se> <20210528160449 DOT 9E70083B0DDA AT turkos DOT aspodata DOT se> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII 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 Fri, 28 May 2021, Roland Lutz wrote: > I'm still tracking down the problems found by memcheck The first one (conditional jump depending on uninitialised value, x_highlevel_new_page .. fmin) isn't a problem because the result is never used. I fixed it anyway: http://git.geda-project.org/geda-gaf/commit/?id=bdbbb519 What comes after that is most certainly a consequence of the earlier update-on-quit bug as it happens in x_window_close / set_selection_adapter, so the problem should now be fixed in `master'.