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 de3af4a commit 0e526e2Copy full SHA for 0e526e2
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