]> granicus.if.org Git - curl/commit
krb5: fix memory leak in krb_auth
authorDaniel Gustafsson <daniel@yesql.se>
Thu, 13 Sep 2018 08:10:55 +0000 (10:10 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Thu, 13 Sep 2018 08:10:55 +0000 (10:10 +0200)
commit3c5ee47fc206036283bdbcbe4588464bc9a7a5ae
tree26a71fb50a3e3b257172cbf386ff5ef1421dc028
parenta9882b90f82b4bac7b8eff617782a1b59c035a8a
krb5: fix memory leak in krb_auth

The FTP command allocated by aprintf() must be freed after usage.

Reviewed-by: Daniel Stenberg <daniel@haxx.se>
lib/krb5.c