mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Collected changes
This commit is contained in:
parent
1dfd0e0eda
commit
830af45ca2
10 changed files with 129 additions and 21 deletions
|
@ -2101,7 +2101,6 @@ check_own_socket_thread (void *arg)
|
|||
check_own_socket_running++;
|
||||
|
||||
rc = assuan_new (&ctx);
|
||||
xfree (sockname);
|
||||
if (rc)
|
||||
{
|
||||
log_error ("can't allocate assuan context: %s\n", gpg_strerror (rc));
|
||||
|
@ -2137,6 +2136,7 @@ check_own_socket_thread (void *arg)
|
|||
xfree (buffer);
|
||||
|
||||
leave:
|
||||
xfree (sockname);
|
||||
if (ctx)
|
||||
assuan_release (ctx);
|
||||
if (rc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue