On Wed, Nov 20, 2002 at 04:25:10PM +0300, Leonid Pauzner wrote: > 20-Nov-2002 05:56 Thomas Dickey wrote: > > > I tried something like this earlier this morning (am at work now), and it > > did fix the problem. My guess is that one of the top-level variables is > > being nulled by the new code, and it was checked in the logic for deciding > > how to redisplay. But narrowing it down to a small chunk is the first > > step in debugging the problem. > > My guess is that line->size and '\0' terminated line->data deviates. > The proposed fix:
no - it's not just that. I'll simply have to debug it. valgrind shows one problem, which (for testing) I plugged by removing the POOL_FREE at the end of HText_free(). That made valgrind quiet, but did not make the page display properly. -- Thomas E. Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
