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:
parent
f7a0254e63
commit
b663f3f8d3
@ -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>
|
||||
|
@ -289,6 +289,7 @@ get_key(char *getkey)
|
||||
}
|
||||
|
||||
m_free(line);
|
||||
http_close(&hd);
|
||||
}
|
||||
|
||||
free(request);
|
||||
|
@ -114,6 +114,7 @@ get_key(char *getkey)
|
||||
}
|
||||
|
||||
m_free(line);
|
||||
http_close(&hd);
|
||||
}
|
||||
|
||||
free(request);
|
||||
|
Loading…
x
Reference in New Issue
Block a user