diff --git a/sshsig.c b/sshsig.c index bda57b30e..b993b7c1e 100644 --- a/sshsig.c +++ b/sshsig.c @@ -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; }