1
0
Fork 0
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:
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

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