mirror of
https://github.com/curl/curl.git
synced 2026-04-22 08:52:12 +03:00
Remove temporarily introduced memory leak.
This commit is contained in:
parent
0bf9c1e881
commit
7dbd502931
1 changed files with 0 additions and 3 deletions
|
|
@ -90,14 +90,11 @@ static void ares_win32_cleanup(void)
|
|||
int ares_library_init(int flags)
|
||||
{
|
||||
int res;
|
||||
char *leekme;
|
||||
|
||||
if (ares_initialized)
|
||||
return ARES_SUCCESS;
|
||||
ares_initialized++;
|
||||
|
||||
leekme = malloc(32);
|
||||
|
||||
if (flags & ARES_LIB_INIT_WIN32)
|
||||
{
|
||||
res = ares_win32_init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue