| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Memory leak in libcurl
From: Huzaifa Al Nahas <halnahas_at_gmail.com>
Date: Fri, 19 Dec 2008 19:45:13 -0800
Greetings,
I tested curl-7.19.0, and curl-7.18.1. Both built with ssl support
The code that revealed this memory leak is:
#include <iostream>
#define _CRTDBG_MAP_ALLOC
int main(int argc, char *argv[])
CURL *curl;
curl = curl_easy_init();
curl_easy_cleanup(curl);
if (_CrtDumpMemoryLeaks())
return 0;
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info