diff options
Diffstat (limited to '')
-rw-r--r-- | g10/revoke.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/revoke.c b/g10/revoke.c index 302924163..a45d2d623 100644 --- a/g10/revoke.c +++ b/g10/revoke.c @@ -580,6 +580,7 @@ ask_revocation_reason( int key_rev, int cert_rev, int hint ) const char *code_text = NULL; do { + code=-1; m_free(description); description = NULL; |