[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#462630: Fix for the crash.



Hi,
These bugs are not caused by the same problem.
There is a fairly simple fix for the crash.
If you put:
TermWin.vts[page].tab_title = NULL;
around line 436 (just after the free) in main.c, it no longer crashes.
This is because append_page frees the tab_title. If it doesn't get set
to NULL there will be a double free.
I've never submitted a fix to Debian before, so I'll see about finding
out how to do it properly.
Thanks,
James Stanley





Reply to: