mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
kbx: Fix memory leak at spawning a thread for data pipe.
* kbx/kbx-client-util.c (prepare_data_pipe): Release the attribute for thread creation. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
2abea42d9c
commit
8cacfce898
@ -167,6 +167,7 @@ prepare_data_pipe (kbx_client_data_t kcd)
|
||||
return err;
|
||||
}
|
||||
|
||||
npth_attr_destroy (&tattr);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user