mirror of
https://github.com/rkd77/elinks.git
synced 2024-09-14 00:48:28 -04:00
4c2ddac289
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
|
||
---|---|---|
.. | ||
download.c | ||
download.h | ||
history.c | ||
history.h | ||
location.c | ||
location.h | ||
Makefile | ||
session.c | ||
session.h | ||
task.c | ||
task.h |