[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lynx-dev Re: HText_ExtEditForm crash - solved
From: |
Kim DeVaughn |
Subject: |
lynx-dev Re: HText_ExtEditForm crash - solved |
Date: |
Sat, 20 Feb 1999 11:41:37 -0800 |
On Fri, Feb 19, 1999, Klaus Weide (address@hidden) said:
|
| I had always crashes when trying the textearea editing, after the editor
| returned. I didn't use completely clean source, had made other changes,
| so I blamed it on those. FInally had a closer look.
|
| Crash occurred in the fclose(p->file) in LYRemoveTemp, trying to close
| a FILE that was invalid (already close). THe following fixes it:
|
| Replace first fclose (fp) in HText_ExtEditForm with LYCloseTempFP (fp).
I'll make the change, though I fail to understand why LYRemoveTemp()
should care (ie, if open, close it then remove it; if already closed,
just remove it).
| Still surprised that apparently nobody else had problems with this,
OS dependency/weirdness, I suppose ...
/kim