mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
g10: Fix memory leak.
* g10/tofu.c (build_conflict_set): Free 'kb_all'. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
293d265290
commit
086d219d96
@ -1999,6 +1999,7 @@ build_conflict_set (tofu_dbs_t dbs, const char *fingerprint, const char *email)
|
|||||||
log_assert (conflict_set);
|
log_assert (conflict_set);
|
||||||
log_assert (conflict_set_count >= 1);
|
log_assert (conflict_set_count >= 1);
|
||||||
}
|
}
|
||||||
|
xfree (kb_all);
|
||||||
|
|
||||||
if (DBG_TRUST)
|
if (DBG_TRUST)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user