diff --git a/src/network/connection.c b/src/network/connection.c index 198beaa6f..d084ef1ae 100644 --- a/src/network/connection.c +++ b/src/network/connection.c @@ -1046,6 +1046,7 @@ move_download(struct download *old, struct download *new, * connection has been detached and non-NULL otherwise. */ if (new->callback) { new->conn = NULL; + new->progress = NULL; new->callback(new, new->data); } return;