blob: c3b7ddc0925ffe054974a51e78f34905960b14fe (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- src/mgr/curlftpt.cpp 2009-12-04 03:54:06.000000000 -0500
+++ src/mgr/curlftpt.cpp.new 2010-03-20 12:41:50.449544991 -0400
@@ -124,6 +124,7 @@
CURLFTPTransport::~CURLFTPTransport() {
+ curl_easy_setopt(session, CURLOPT_PROGRESSDATA, (void*)NULL);
curl_easy_cleanup(session);
}
|