Navigation Menu

Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
#205: fixed crash when "Download Again" URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hugbug committed May 28, 2016
1 parent 4d5a4bb commit 6f7be71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daemon/queue/HistoryCoordinator.cpp
Expand Up @@ -418,6 +418,7 @@ void HistoryCoordinator::HistoryRedownload(DownloadQueue* downloadQueue, History
nzbInfo->SetUrlStatus(NzbInfo::lsNone);
nzbInfo->SetDeleteStatus(NzbInfo::dsNone);
downloadQueue->GetQueue()->Add(std::unique_ptr<NzbInfo>(nzbInfo), true);
downloadQueue->GetHistory()->erase(itHistory);
return;
}

Expand Down

0 comments on commit 6f7be71

Please sign in to comment.