1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-02-01 16:33:02 +01:00

* gpgkeys_hkp.c (get_key), gpgkeys_http.c (get_key): Fix missing

http_close() calls.  Noted by Phil Pennock.
This commit is contained in:
David Shaw 2005-02-01 20:57:08 +00:00
parent f7a0254e63
commit b663f3f8d3
3 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2005-02-01 David Shaw <dshaw@jabberwocky.com>
* gpgkeys_hkp.c (get_key), gpgkeys_http.c (get_key): Fix missing
http_close() calls. Noted by Phil Pennock.
* ksutil.h: Up the default timeout to two minutes.
2005-01-24 David Shaw <dshaw@jabberwocky.com>

View File

@ -289,6 +289,7 @@ get_key(char *getkey)
}
m_free(line);
http_close(&hd);
}
free(request);

View File

@ -114,6 +114,7 @@ get_key(char *getkey)
}
m_free(line);
http_close(&hd);
}
free(request);