|
From: Allin C. <cot...@wf...> - 2023-06-29 13:39:11
|
On Thu, 29 Jun 2023, Allin Cottrell wrote: > On Wed, 28 Jun 2023, Ethan A Merritt wrote: > >> Valgrind finds a test of an uninitialized flag "hidden" that could >> plausibly be involved here. >> I have corrected that by setting the flag to FALSE in the one place >> that I could see initialization omitted, but I do not actually >> understand why that code path is triggered by this test case (it is >> the response to a "refresh" command). That makes valgrind happy, so >> maybe it will fix your display also. I'll leave the tracker issue >> "open" for now. > > Thanks, Ethan! I've built gnuplot 6.1.0 from gnuplot-main git and tested on > Fedora: it works fine. I'll also try on Arch with more recent wx, but it > looks like you've nailed the problem. I can confirm that the fix also works for wx 3.2.2. Allin Cottrell |