mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02: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:
parent
f7a0254e63
commit
b663f3f8d3
3 changed files with 5 additions and 0 deletions
|
@ -289,6 +289,7 @@ get_key(char *getkey)
|
|||
}
|
||||
|
||||
m_free(line);
|
||||
http_close(&hd);
|
||||
}
|
||||
|
||||
free(request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue