diff options
-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, | |||
658 | fail: | 658 | fail: |
659 | if (errstrp != NULL) | 659 | if (errstrp != NULL) |
660 | *errstrp = errstr; | 660 | *errstrp = errstr; |
661 | free(ret); | 661 | sshsigopt_free(ret); |
662 | return NULL; | 662 | return NULL; |
663 | } | 663 | } |
664 | 664 | ||