]> git.saurik.com Git - apt.git/blobdiff - methods/https.h
add a simple webserver for our testcases
[apt.git] / methods / https.h
index b1961a8706f4043cacbe31f4fc5d20912e3b987e..293e288e06f8d6fe1872bbcf4769ff4d2fc48ae5 100644 (file)
@@ -41,6 +41,11 @@ class HttpsMethod : public pkgAcqMethod
       File = 0;
       curl = curl_easy_init();
    };
+
+   ~HttpsMethod()
+   {
+      curl_easy_cleanup(curl);
+   };
 };
 
 #include <apt-pkg/strutl.h>