diff options
Diffstat (limited to 'sshsig.c')
-rw-r--r-- | sshsig.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -658,7 +658,7 @@ sshsigopt_parse(const char *opts, const char *path, u_long linenum, fail: if (errstrp != NULL) *errstrp = errstr; - free(ret); + sshsigopt_free(ret); return NULL; } |