diff options
Diffstat (limited to 'scd/app-p15.c')
-rw-r--r-- | scd/app-p15.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/app-p15.c b/scd/app-p15.c index 377cd5024..1eeae59af 100644 --- a/scd/app-p15.c +++ b/scd/app-p15.c @@ -5742,6 +5742,7 @@ do_sign (app_t app, ctrl_t ctrl, const char *keyidstr, int hashalgo, log_error ("p15: non-matching input data for Starcos:" " hash=%d len=%zu\n", hashalgo, indatalen); err = gpg_error (GPG_ERR_INV_VALUE); + xfree (frame); goto leave; } framelen = indatalen - oidbuflen; |