diff options
Diffstat (limited to 'dirmngr/http.c')
-rw-r--r-- | dirmngr/http.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dirmngr/http.c b/dirmngr/http.c index 74ce5f465..c662b1b95 100644 --- a/dirmngr/http.c +++ b/dirmngr/http.c @@ -3681,7 +3681,6 @@ http_prepare_redirect (http_redir_info_t *info, unsigned int status_code, if (!newurl) { err = gpg_error_from_syserror (); - http_release_parsed_uri (locuri); return err; } } @@ -3700,7 +3699,6 @@ http_prepare_redirect (http_redir_info_t *info, unsigned int status_code, if (!newurl) { err = gpg_error_from_syserror (); - http_release_parsed_uri (locuri); return err; } } |