1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-14 00:48:28 -04:00
elinks/src/session
Kalle Olavi Niemitalo 4c2ddac289 Bug 1053: Fix crash when download ends.
ELinks attempted to display a message box on file_download.term, but
it had already closed that terminal and freed the struct terminal.  To
fix this, reset file_download.term pointers to NULL when the terminal
is about to be destroyed.  Also, assert in download_data_store() that
file_download.term is either NULL or in the global "terminals" list.

Reported by أحمد المحمودي.
(cherry picked from commit 6e2476ea4d)
2008-10-03 00:18:41 +03:00
..
download.c Bug 1053: Fix crash when download ends. 2008-10-03 00:18:41 +03:00
download.h Bug 1053: Fix crash when download ends. 2008-10-03 00:18:41 +03:00
history.c Doxygen: @relates 2007-07-27 14:14:00 +03:00
history.h Doxygenate src/session/ 2007-07-27 09:55:40 +03:00
location.c Doxygen: @relates 2007-07-27 14:14:00 +03:00
location.h Doxygen: @relates 2007-07-27 14:14:00 +03:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
session.c Bug 1013: Don't assume errno is between 0 and 100000 2008-08-03 17:56:41 +03:00
session.h Bug 1013: Don't assume errno is between 0 and 100000 2008-08-03 17:56:41 +03:00
task.c Bug 1013: Don't assume errno is between 0 and 100000 2008-08-03 17:56:41 +03:00
task.h Doxygenate src/session/ 2007-07-27 09:55:40 +03:00