File sword-1.7.1-curl.patch of Package sword
Index: sword-1.9.0/src/mgr/curlftpt.cpp =================================================================== --- sword-1.9.0.orig/src/mgr/curlftpt.cpp +++ sword-1.9.0/src/mgr/curlftpt.cpp @@ -129,6 +129,7 @@ CURLFTPTransport::CURLFTPTransport(const CURLFTPTransport::~CURLFTPTransport() { + curl_easy_setopt(session, CURLOPT_PROGRESSDATA, (void*)NULL); curl_easy_cleanup(session); }