diff options
Diffstat (limited to 'gpgme/keylist.c')
-rw-r--r-- | gpgme/keylist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpgme/keylist.c b/gpgme/keylist.c index 84ac8e31..8483c491 100644 --- a/gpgme/keylist.c +++ b/gpgme/keylist.c @@ -331,6 +331,7 @@ finish_key (GpgmeCtx ctx, op_data_t opd) GpgmeKey key = opd->tmp_key; opd->tmp_key = NULL; + opd->tmp_uid = NULL; if (key) _gpgme_engine_io_event (ctx->engine, GPGME_EVENT_NEXT_KEY, key); |