mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
68ccb4513d
In the task.c line 517 there is: if (is_in_progress_state((*download_p)->state)) { if (have_location(ses)) *download_p = &cur_loc(ses)->download; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Here the download was changed. download->data and download->callback were NULL after the assignment, but later in loading_callback only download->callback had new value. download->data was still NULL. |
||
---|---|---|
.. | ||
download.c | ||
download.h | ||
history.c | ||
history.h | ||
location.c | ||
location.h | ||
Makefile | ||
session.c | ||
session.h | ||
task.c | ||
task.h |