We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166fa1e commit 92b577bCopy full SHA for 92b577b
ariadownloader.cpp
@@ -65,7 +65,7 @@ AriaDownloader::AriaDownloader(const std::string& ariaLogFilename) : callback_(n
65
AriaDownloader::~AriaDownloader()
66
{
67
aria2::sessionFinal(session_);
68
- aria2::libraryDeinit();
+// aria2::libraryDeinit();
69
}
70
71
bool AriaDownloader::addUri(const std::string& uri)
0 commit comments